Interface ClientVpcConnection.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientVpcConnection.Builder,ClientVpcConnection>
,SdkBuilder<ClientVpcConnection.Builder,ClientVpcConnection>
,SdkPojo
- Enclosing class:
- ClientVpcConnection
public static interface ClientVpcConnection.Builder extends SdkPojo, CopyableBuilder<ClientVpcConnection.Builder,ClientVpcConnection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientVpcConnection.Builder
authentication(String authentication)
Information about the auth scheme of Vpc Connection.ClientVpcConnection.Builder
creationTime(Instant creationTime)
Creation time of the Vpc Connection.ClientVpcConnection.Builder
owner(String owner)
The Owner of the Vpc Connection.ClientVpcConnection.Builder
state(String state)
State of the Vpc Connection.ClientVpcConnection.Builder
state(VpcConnectionState state)
State of the Vpc Connection.ClientVpcConnection.Builder
vpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.-
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
-
authentication
ClientVpcConnection.Builder authentication(String authentication)
Information about the auth scheme of Vpc Connection.
- Parameters:
authentication
-Information about the auth scheme of Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ClientVpcConnection.Builder creationTime(Instant creationTime)
Creation time of the Vpc Connection.
- Parameters:
creationTime
-Creation time of the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ClientVpcConnection.Builder state(String state)
State of the Vpc Connection.
- Parameters:
state
-State of the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcConnectionState
,VpcConnectionState
-
state
ClientVpcConnection.Builder state(VpcConnectionState state)
State of the Vpc Connection.
- Parameters:
state
-State of the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcConnectionState
,VpcConnectionState
-
vpcConnectionArn
ClientVpcConnection.Builder vpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
- Parameters:
vpcConnectionArn
-The ARN that identifies the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
ClientVpcConnection.Builder owner(String owner)
The Owner of the Vpc Connection.
- Parameters:
owner
-The Owner of the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-