static CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.builder() |
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionAlias(String connectionAlias) |
Name of the connection.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionMode(String connectionMode) |
The connection mode.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionMode(ConnectionMode connectionMode) |
The connection mode.
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionProperties(Consumer<ConnectionProperties.Builder> connectionProperties) |
The ConnectionProperties for the outbound connection.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionProperties(ConnectionProperties connectionProperties) |
The ConnectionProperties for the outbound connection.
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo) |
Name and Region of the source (local) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(DomainInformationContainer localDomainInfo) |
Name and Region of the source (local) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo) |
Name and Region of the destination (remote) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo) |
Name and Region of the destination (remote) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.toBuilder() |
|