Interface DescribeIpRestrictionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIpRestrictionResponse.Builder,DescribeIpRestrictionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeIpRestrictionResponse.Builder,DescribeIpRestrictionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeIpRestrictionResponse
public static interface DescribeIpRestrictionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIpRestrictionResponse.Builder,DescribeIpRestrictionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIpRestrictionResponse.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the IP rules.DescribeIpRestrictionResponse.Builderenabled(Boolean enabled)A value that specifies whether IP rules are turned on.DescribeIpRestrictionResponse.BuilderipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)A map that describes the IP rules with CIDR range and description.DescribeIpRestrictionResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeIpRestrictionResponse.Builderstatus(Integer status)The HTTP status of the request.DescribeIpRestrictionResponse.BuildervpcEndpointIdRestrictionRuleMap(Map<String,String> vpcEndpointIdRestrictionRuleMap)A map of allowed VPC endpoint IDs and their rule descriptions.DescribeIpRestrictionResponse.BuildervpcIdRestrictionRuleMap(Map<String,String> vpcIdRestrictionRuleMap)A map of allowed VPC IDs and their rule descriptions.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
awsAccountId
DescribeIpRestrictionResponse.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
DescribeIpRestrictionResponse.Builder ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the IP rules with CIDR range and description.
- Parameters:
ipRestrictionRuleMap- A map that describes the IP rules with CIDR range and description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIdRestrictionRuleMap
DescribeIpRestrictionResponse.Builder vpcIdRestrictionRuleMap(Map<String,String> vpcIdRestrictionRuleMap)
A map of allowed VPC IDs and their rule descriptions.
- Parameters:
vpcIdRestrictionRuleMap- A map of allowed VPC IDs and their rule descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointIdRestrictionRuleMap
DescribeIpRestrictionResponse.Builder vpcEndpointIdRestrictionRuleMap(Map<String,String> vpcEndpointIdRestrictionRuleMap)
A map of allowed VPC endpoint IDs and their rule descriptions.
- Parameters:
vpcEndpointIdRestrictionRuleMap- A map of allowed VPC endpoint IDs and their rule descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
DescribeIpRestrictionResponse.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.
-
requestId
DescribeIpRestrictionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeIpRestrictionResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-