Interface UpdateIpRestrictionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIpRestrictionRequest.Builder,,UpdateIpRestrictionRequest> QuickSightRequest.Builder,SdkBuilder<UpdateIpRestrictionRequest.Builder,,UpdateIpRestrictionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateIpRestrictionRequest
public static interface UpdateIpRestrictionRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpRestrictionRequest.Builder,UpdateIpRestrictionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the IP rules.A value that specifies whether IP rules are turned on.ipRestrictionRuleMap(Map<String, String> ipRestrictionRuleMap) A map that describes the updated IP rules with CIDR ranges and descriptions.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcEndpointIdRestrictionRuleMap(Map<String, String> vpcEndpointIdRestrictionRuleMap) A map of allowed VPC endpoint IDs and their corresponding rule descriptions.vpcIdRestrictionRuleMap(Map<String, String> vpcIdRestrictionRuleMap) A map of VPC IDs and their corresponding rules.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
awsAccountId
The ID of the Amazon Web Services account that contains the IP rules.
- Parameters:
 awsAccountId- The ID of the Amazon Web Services account that contains the IP rules.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipRestrictionRuleMap
A map that describes the updated IP rules with CIDR ranges and descriptions.
- Parameters:
 ipRestrictionRuleMap- A map that describes the updated IP rules with CIDR ranges and descriptions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcIdRestrictionRuleMap
UpdateIpRestrictionRequest.Builder vpcIdRestrictionRuleMap(Map<String, String> vpcIdRestrictionRuleMap) A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.
- Parameters:
 vpcIdRestrictionRuleMap- A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcEndpointIdRestrictionRuleMap
UpdateIpRestrictionRequest.Builder vpcEndpointIdRestrictionRuleMap(Map<String, String> vpcEndpointIdRestrictionRuleMap) A map of allowed VPC endpoint IDs and their corresponding rule descriptions.
- Parameters:
 vpcEndpointIdRestrictionRuleMap- A map of allowed VPC endpoint IDs and their corresponding rule descriptions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
enabled
A value that specifies whether IP rules are turned on.
- Parameters:
 enabled- A value that specifies whether IP rules are turned on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateIpRestrictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateIpRestrictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -