Interface UpdateIpRestrictionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIpRestrictionRequest.Builder,UpdateIpRestrictionRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateIpRestrictionRequest.Builder,UpdateIpRestrictionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIpRestrictionRequest
@Mutable @NotThreadSafe public static interface UpdateIpRestrictionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpRestrictionRequest.Builder,UpdateIpRestrictionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIpRestrictionRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the IP rules.UpdateIpRestrictionRequest.Builderenabled(Boolean enabled)A value that specifies whether IP rules are turned on.UpdateIpRestrictionRequest.BuilderipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)A map that describes the updated IP rules with CIDR ranges and descriptions.UpdateIpRestrictionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpRestrictionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIpRestrictionRequest.BuildervpcEndpointIdRestrictionRuleMap(Map<String,String> vpcEndpointIdRestrictionRuleMap)A map of allowed VPC endpoint IDs and their corresponding rule descriptions.UpdateIpRestrictionRequest.BuildervpcIdRestrictionRuleMap(Map<String,String> vpcIdRestrictionRuleMap)A map of VPC IDs and their corresponding rules.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateIpRestrictionRequest.Builder awsAccountId(String 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
UpdateIpRestrictionRequest.Builder ipRestrictionRuleMap(Map<String,String> 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
UpdateIpRestrictionRequest.Builder enabled(Boolean 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIpRestrictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-