Interface UpdateIpRestrictionRequest.Builder

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

        UpdateIpRestrictionRequest.Builder vpcIdRestrictionRuleMap​(Map<String,​String> vpcIdRestrictionRuleMap)

        A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.

        Parameters:
        vpcIdRestrictionRuleMap - A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointIdRestrictionRuleMap

        UpdateIpRestrictionRequest.Builder vpcEndpointIdRestrictionRuleMap​(Map<String,​String> vpcEndpointIdRestrictionRuleMap)

        A map of allowed VPC endpoint IDs and their corresponding rule descriptions.

        Parameters:
        vpcEndpointIdRestrictionRuleMap - A map of allowed VPC endpoint IDs and their corresponding rule 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.