Interface DescribeIpRestrictionResponse.Builder

    • 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.