public static interface UpdateIpAccessSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpAccessSettingsRequest.Builder,UpdateIpAccessSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIpAccessSettingsRequest.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 return 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 return the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
UpdateIpAccessSettingsRequest.Builder description(String description)
The description of the IP access settings.
description - The description of the IP access settings.UpdateIpAccessSettingsRequest.Builder displayName(String displayName)
The display name of the IP access settings.
displayName - The display name of the IP access settings.UpdateIpAccessSettingsRequest.Builder ipAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
ipAccessSettingsArn - The ARN of the IP access settings.UpdateIpAccessSettingsRequest.Builder ipRules(Collection<IpRule> ipRules)
The updated IP rules of the IP access settings.
ipRules - The updated IP rules of the IP access settings.UpdateIpAccessSettingsRequest.Builder ipRules(IpRule... ipRules)
The updated IP rules of the IP access settings.
ipRules - The updated IP rules of the IP access settings.UpdateIpAccessSettingsRequest.Builder ipRules(Consumer<IpRule.Builder>... ipRules)
The updated 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) UpdateIpAccessSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIpAccessSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.