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 Details

    • 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

      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

      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

      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.