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 AWS 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 AWS account that owns the connection alias.
ownerAccountId - The identifier of the AWS 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #associations(List) .associations - a consumer that will call methods on List.Builder #associations(List) Copyright © 2021. All rights reserved.