public static interface ClientVpcConnection.Builder extends SdkPojo, CopyableBuilder<ClientVpcConnection.Builder,ClientVpcConnection>
| Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientVpcConnection.Builder authentication(String authentication)
Information about the auth scheme of Vpc Connection.
authentication - Information about the auth scheme of Vpc Connection.
ClientVpcConnection.Builder creationTime(Instant creationTime)
Creation time of the Vpc Connection.
creationTime - Creation time of the Vpc Connection.
ClientVpcConnection.Builder state(String state)
State of the Vpc Connection.
state - State of the Vpc Connection.
VpcConnectionState,
VpcConnectionStateClientVpcConnection.Builder state(VpcConnectionState state)
State of the Vpc Connection.
state - State of the Vpc Connection.
VpcConnectionState,
VpcConnectionStateClientVpcConnection.Builder vpcConnectionArn(String vpcConnectionArn)
The ARN that identifies the Vpc Connection.
vpcConnectionArn - The ARN that identifies the Vpc Connection.
ClientVpcConnection.Builder owner(String owner)
The Owner of the Vpc Connection.
owner - The Owner of the Vpc Connection.
Copyright © 2023. All rights reserved.