public static interface UpdateIpRestrictionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpRestrictionRequest.Builder,UpdateIpRestrictionRequest>
Modifier and Type | Method and Description |
---|---|
UpdateIpRestrictionRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IP rules.
|
UpdateIpRestrictionRequest.Builder |
enabled(Boolean enabled)
A value that specifies whether IP rules are turned on.
|
UpdateIpRestrictionRequest.Builder |
ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the updated IP rules with CIDR ranges and descriptions.
|
UpdateIpRestrictionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIpRestrictionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateIpRestrictionRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IP rules.
awsAccountId
- The ID of the Amazon Web Services account that contains the IP rules.UpdateIpRestrictionRequest.Builder ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the updated IP rules with CIDR ranges and descriptions.
ipRestrictionRuleMap
- A map that describes the updated IP rules with CIDR ranges and descriptions.UpdateIpRestrictionRequest.Builder enabled(Boolean enabled)
A value that specifies whether IP rules are turned on.
enabled
- A value that specifies whether IP rules are turned on.UpdateIpRestrictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateIpRestrictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.