Interface ClientVpnEndpointStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClientVpnEndpointStatus.Builder,ClientVpnEndpointStatus>,SdkBuilder<ClientVpnEndpointStatus.Builder,ClientVpnEndpointStatus>,SdkPojo
- Enclosing class:
- ClientVpnEndpointStatus
@Mutable @NotThreadSafe public static interface ClientVpnEndpointStatus.Builder extends SdkPojo, CopyableBuilder<ClientVpnEndpointStatus.Builder,ClientVpnEndpointStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientVpnEndpointStatus.Buildercode(String code)The state of the Client VPN endpoint.ClientVpnEndpointStatus.Buildercode(ClientVpnEndpointStatusCode code)The state of the Client VPN endpoint.ClientVpnEndpointStatus.Buildermessage(String message)A message about the status of the Client VPN endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
ClientVpnEndpointStatus.Builder code(String code)
The state of the Client VPN endpoint. Possible states include:
-
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections. -
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections. -
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections. -
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
- Parameters:
code- The state of the Client VPN endpoint. Possible states include:-
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections. -
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections. -
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections. -
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientVpnEndpointStatusCode,ClientVpnEndpointStatusCode
-
-
code
ClientVpnEndpointStatus.Builder code(ClientVpnEndpointStatusCode code)
The state of the Client VPN endpoint. Possible states include:
-
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections. -
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections. -
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections. -
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
- Parameters:
code- The state of the Client VPN endpoint. Possible states include:-
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections. -
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections. -
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections. -
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientVpnEndpointStatusCode,ClientVpnEndpointStatusCode
-
-
message
ClientVpnEndpointStatus.Builder message(String message)
A message about the status of the Client VPN endpoint.
- Parameters:
message- A message about the status of the Client VPN endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-