public static interface VpcConnection.Builder extends SdkPojo, CopyableBuilder<VpcConnection.Builder,VpcConnection>
| Modifier and Type | Method and Description |
|---|---|
VpcConnection.Builder |
authentication(String authentication)
Information about the auth scheme of Vpc Connection.
|
VpcConnection.Builder |
creationTime(Instant creationTime)
Creation time of the Vpc Connection.
|
VpcConnection.Builder |
state(String state)
State of the Vpc Connection.
|
VpcConnection.Builder |
state(VpcConnectionState state)
State of the Vpc Connection.
|
VpcConnection.Builder |
targetClusterArn(String targetClusterArn)
The ARN that identifies the Cluster which the Vpc Connection belongs to.
|
VpcConnection.Builder |
vpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
|
VpcConnection.Builder |
vpcId(String vpcId)
The vpcId that belongs to the Vpc Connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConnection.Builder vpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
vpcConnectionArn - The ARN that identifies the Vpc Connection.
VpcConnection.Builder targetClusterArn(String targetClusterArn)
The ARN that identifies the Cluster which the Vpc Connection belongs to.
targetClusterArn - The ARN that identifies the Cluster which the Vpc Connection belongs to.
VpcConnection.Builder creationTime(Instant creationTime)
Creation time of the Vpc Connection.
creationTime - Creation time of the Vpc Connection.
VpcConnection.Builder authentication(String authentication)
Information about the auth scheme of Vpc Connection.
authentication - Information about the auth scheme of Vpc Connection.
VpcConnection.Builder vpcId(String vpcId)
The vpcId that belongs to the Vpc Connection.
vpcId - The vpcId that belongs to the Vpc Connection.
VpcConnection.Builder state(String state)
State of the Vpc Connection.
state - State of the Vpc Connection.
VpcConnectionState,
VpcConnectionStateVpcConnection.Builder state(VpcConnectionState state)
State of the Vpc Connection.
state - State of the Vpc Connection.
VpcConnectionState,
VpcConnectionStateCopyright © 2023. All rights reserved.