VpcConnection.Builder |
VpcConnection.Builder.authentication(String authentication) |
Information about the auth scheme of Vpc Connection.
|
static VpcConnection.Builder |
VpcConnection.builder() |
|
VpcConnection.Builder |
VpcConnection.Builder.creationTime(Instant creationTime) |
Creation time of the Vpc Connection.
|
VpcConnection.Builder |
VpcConnection.Builder.state(String state) |
State of the Vpc Connection.
|
VpcConnection.Builder |
VpcConnection.Builder.state(VpcConnectionState state) |
State of the Vpc Connection.
|
VpcConnection.Builder |
VpcConnection.Builder.targetClusterArn(String targetClusterArn) |
The ARN that identifies the Cluster which the Vpc Connection belongs to.
|
VpcConnection.Builder |
VpcConnection.toBuilder() |
|
VpcConnection.Builder |
VpcConnection.Builder.vpcConnectionArn(String vpcConnectionArn) |
The ARN that identifies the Vpc Connection.
|
VpcConnection.Builder |
VpcConnection.Builder.vpcId(String vpcId) |
The vpcId that belongs to the Vpc Connection.
|