Interface CreateIpSetResponse.Builder

  • Method Details

    • ipSet

      The IPSet returned in the CreateIPSet response.

      Parameters:
      ipSet - The IPSet returned in the CreateIPSet response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipSet

      The IPSet returned in the CreateIPSet response.

      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:
    • changeToken

      CreateIpSetResponse.Builder changeToken(String changeToken)

      The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

      Parameters:
      changeToken - The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.