Interface VpcConnection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcConnection.Builder,
,VpcConnection> SdkBuilder<VpcConnection.Builder,
,VpcConnection> SdkPojo
- Enclosing class:
VpcConnection
-
Method Summary
Modifier and TypeMethodDescriptionauthentication
(String authentication) Information about the auth scheme of Vpc Connection.creationTime
(Instant creationTime) Creation time of the Vpc Connection.State of the Vpc Connection.state
(VpcConnectionState state) State of the Vpc Connection.targetClusterArn
(String targetClusterArn) The ARN that identifies the Cluster which the Vpc Connection belongs to.vpcConnectionArn
(String vpcConnectionArn) The ARN that identifies the Vpc Connection.The vpcId that belongs to 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 Details
-
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.
-
targetClusterArn
The ARN that identifies the Cluster which the Vpc Connection belongs to.
- Parameters:
targetClusterArn
-The ARN that identifies the Cluster which the Vpc Connection belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
vpcId
The vpcId that belongs to the Vpc Connection.
- Parameters:
vpcId
-The vpcId that belongs to the Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-