Interface GetIpSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>, SdkBuilder<GetIpSetResponse.Builder,GetIpSetResponse>, SdkPojo, SdkResponse.Builder, WafResponse.Builder
Enclosing class:
GetIpSetResponse

public static interface GetIpSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>
  • Method Details

    • ipSet

      Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

      • IPSet: Contains IPSetDescriptors, IPSetId, and Name

      • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value

      Parameters:
      ipSet - Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

      • IPSet: Contains IPSetDescriptors, IPSetId, and Name

      • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipSet

      Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

      • IPSet: Contains IPSetDescriptors, IPSetId, and Name

      • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value

      This is a convenience method that creates an instance of the IPSet.Builder avoiding the need to create one manually via IPSet.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ipSet(IPSet).

      Parameters:
      ipSet - a consumer that will call methods on IPSet.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: