Interface IPSetSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IPSetSummary.Builder,IPSetSummary>, SdkBuilder<IPSetSummary.Builder,IPSetSummary>, SdkPojo
Enclosing class:
IPSetSummary

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

    • ipSetId

      IPSetSummary.Builder ipSetId(String ipSetId)

      The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

      Parameters:
      ipSetId - The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

      Parameters:
      name - A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.