public static interface CreateConnectionAliasRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionAliasRequest.Builder,CreateConnectionAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionAliasRequest.Builder |
connectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com
. |
CreateConnectionAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectionAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConnectionAliasRequest.Builder |
tags(Collection<Tag> tags)
The tags to associate with the connection alias.
|
CreateConnectionAliasRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to associate with the connection alias.
|
CreateConnectionAliasRequest.Builder |
tags(Tag... tags)
The tags to associate with the connection alias.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionAliasRequest.Builder connectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your AWS account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
connectionString - A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com. After you create a connection string, it is always associated to your AWS account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
CreateConnectionAliasRequest.Builder tags(Collection<Tag> tags)
The tags to associate with the connection alias.
tags - The tags to associate with the connection alias.CreateConnectionAliasRequest.Builder tags(Tag... tags)
The tags to associate with the connection alias.
tags - The tags to associate with the connection alias.CreateConnectionAliasRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate with 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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateConnectionAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.