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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateIpRestrictionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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, 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.
-
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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIpRestrictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-