public static interface CreateIpAccessSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<CreateIpAccessSettingsRequest.Builder,CreateIpAccessSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpAccessSettingsRequest.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the IP access settings.
additionalEncryptionContext - Additional encryption context of the IP access settings.CreateIpAccessSettingsRequest.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.
CreateIpAccessSettingsRequest.Builder customerManagedKey(String customerManagedKey)
The custom managed key of the IP access settings.
customerManagedKey - The custom managed key of the IP access settings.CreateIpAccessSettingsRequest.Builder description(String description)
The description of the IP access settings.
description - The description of the IP access settings.CreateIpAccessSettingsRequest.Builder displayName(String displayName)
The display name of the IP access settings.
displayName - The display name of the IP access settings.CreateIpAccessSettingsRequest.Builder ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
ipRules - The IP rules of the IP access settings.CreateIpAccessSettingsRequest.Builder ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
ipRules - The IP rules of the IP access settings.CreateIpAccessSettingsRequest.Builder ipRules(Consumer<IpRule.Builder>... ipRules)
The IP rules of the IP access settings.
This is a convenience method that creates an instance of theIpRule.Builder avoiding the need to create one
manually via IpRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ipRules(List.
ipRules - a consumer that will call methods on
IpRule.Builder#ipRules(java.util.Collection) CreateIpAccessSettingsRequest.Builder tags(Collection<Tag> tags)
The tags to add to the browser settings resource. A tag is a key-value pair.
tags - The tags to add to the browser settings resource. A tag is a key-value pair.CreateIpAccessSettingsRequest.Builder tags(Tag... tags)
The tags to add to the browser settings resource. A tag is a key-value pair.
tags - The tags to add to the browser settings resource. A tag is a key-value pair.CreateIpAccessSettingsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the browser settings resource. 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) CreateIpAccessSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpAccessSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.