public static interface CreatePortalRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<CreatePortalRequest.Builder,CreatePortalRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePortalRequest.Builder |
additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the portal.
|
CreatePortalRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePortalRequest.Builder |
customerManagedKey(String customerManagedKey)
The customer managed key of the web portal.
|
CreatePortalRequest.Builder |
displayName(String displayName)
The name of the web portal.
|
CreatePortalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePortalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePortalRequest.Builder |
tags(Collection<Tag> tags)
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
tags(Tag... tags)
The tags to add to the web portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePortalRequest.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the portal.
additionalEncryptionContext - The additional encryption context of the portal.CreatePortalRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Idempotency ensures that an API request completes only once. With an idempotent request, if the
original request completes successfully, subsequent retries with the same client token returns the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
CreatePortalRequest.Builder customerManagedKey(String customerManagedKey)
The customer managed key of the web portal.
customerManagedKey - The customer managed key of the web portal.CreatePortalRequest.Builder displayName(String displayName)
The name of the web portal. This is not visible to users who log into the web portal.
displayName - The name of the web portal. This is not visible to users who log into the web portal.CreatePortalRequest.Builder tags(Collection<Tag> tags)
The tags to add to the web portal. A tag is a key-value pair.
tags - The tags to add to the web portal. A tag is a key-value pair.CreatePortalRequest.Builder tags(Tag... tags)
The tags to add to the web portal. A tag is a key-value pair.
tags - The tags to add to the web portal. A tag is a key-value pair.CreatePortalRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the web portal. A tag is a key-value pair.
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) CreatePortalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePortalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.