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 Amazon Web Services 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 Amazon Web Services 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 method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConnectionAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.