default CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.awsLocation(Consumer<AwsLocation.Builder> awsLocation) |
The location where the connection is created.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.awsLocation(AwsLocation awsLocation) |
The location where the connection is created.
|
static CreateConnectionRequest.Builder |
CreateConnectionRequest.builder() |
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.description(String description) |
A connection description.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the domain where the connection is created.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.environmentIdentifier(String environmentIdentifier) |
The ID of the environment where the connection is created.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.name(String name) |
The connection name.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.props(Consumer<ConnectionPropertiesInput.Builder> props) |
The connection props.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.props(ConnectionPropertiesInput props) |
The connection props.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.toBuilder() |
|