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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPSetSummary.BuilderipSetId(String ipSetId)TheIPSetIdfor an IPSet.IPSetSummary.Buildername(String name)A friendly name or description of the IPSet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ipSetId
IPSetSummary.Builder ipSetId(String ipSetId)
-
name
IPSetSummary.Builder name(String name)
A friendly name or description of the IPSet. You can't change the name of an
IPSetafter you create it.- Parameters:
name- A friendly name or description of the IPSet. You can't change the name of anIPSetafter you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-