public static interface DescribeIpRestrictionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIpRestrictionResponse.Builder,DescribeIpRestrictionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpRestrictionResponse.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IP rules.
|
DescribeIpRestrictionResponse.Builder |
enabled(Boolean enabled)
A value that specifies whether IP rules are turned on.
|
DescribeIpRestrictionResponse.Builder |
ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the IP rules with CIDR range and description.
|
DescribeIpRestrictionResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeIpRestrictionResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpRestrictionResponse.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.DescribeIpRestrictionResponse.Builder ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the IP rules with CIDR range and description.
ipRestrictionRuleMap - A map that describes the IP rules with CIDR range and description.DescribeIpRestrictionResponse.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.DescribeIpRestrictionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeIpRestrictionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.