public static interface ConnectionAlias.Builder extends SdkPojo, CopyableBuilder<ConnectionAlias.Builder,ConnectionAlias>
| Modifier and Type | Method and Description |
|---|---|
ConnectionAlias.Builder |
aliasId(String aliasId)
The identifier of the connection alias.
|
ConnectionAlias.Builder |
associations(Collection<ConnectionAliasAssociation> associations)
The association status of the connection alias.
|
ConnectionAlias.Builder |
associations(ConnectionAliasAssociation... associations)
The association status of the connection alias.
|
ConnectionAlias.Builder |
associations(Consumer<ConnectionAliasAssociation.Builder>... associations)
The association status of the connection alias.
|
ConnectionAlias.Builder |
connectionString(String connectionString)
The connection string specified for the connection alias.
|
ConnectionAlias.Builder |
ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the connection alias.
|
ConnectionAlias.Builder |
state(ConnectionAliasState state)
The current state of the connection alias.
|
ConnectionAlias.Builder |
state(String state)
The current state of the connection alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionAlias.Builder connectionString(String connectionString)
The connection string specified for the connection alias. The connection string must be in the form of a
fully qualified domain name (FQDN), such as www.example.com.
connectionString - The connection string specified for the connection alias. The connection string must be in the form of
a fully qualified domain name (FQDN), such as www.example.com.ConnectionAlias.Builder aliasId(String aliasId)
The identifier of the connection alias.
aliasId - The identifier of the connection alias.ConnectionAlias.Builder state(String state)
The current state of the connection alias.
state - The current state of the connection alias.ConnectionAliasState,
ConnectionAliasStateConnectionAlias.Builder state(ConnectionAliasState state)
The current state of the connection alias.
state - The current state of the connection alias.ConnectionAliasState,
ConnectionAliasStateConnectionAlias.Builder ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the connection alias.
ownerAccountId - The identifier of the Amazon Web Services account that owns the connection alias.ConnectionAlias.Builder associations(Collection<ConnectionAliasAssociation> associations)
The association status of the connection alias.
associations - The association status of the connection alias.ConnectionAlias.Builder associations(ConnectionAliasAssociation... associations)
The association status of the connection alias.
associations - The association status of the connection alias.ConnectionAlias.Builder associations(Consumer<ConnectionAliasAssociation.Builder>... associations)
The association status of the connection alias.
This is a convenience method that creates an instance of theConnectionAliasAssociation.Builder avoiding the need
to create one manually via
ConnectionAliasAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associations(List.
associations - a consumer that will call methods on
ConnectionAliasAssociation.Builder#associations(java.util.Collection) Copyright © 2023. All rights reserved.