Interface GeoMatchSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>,SdkBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>,SdkPojo
- Enclosing class:
- GeoMatchSetSummary
public static interface GeoMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoMatchSetSummary.BuildergeoMatchSetId(String geoMatchSetId)TheGeoMatchSetIdfor an GeoMatchSet.GeoMatchSetSummary.Buildername(String name)A friendly name or description of the GeoMatchSet.-
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
-
geoMatchSetId
GeoMatchSetSummary.Builder geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetIdfor an GeoMatchSet. You can useGeoMatchSetIdin a GetGeoMatchSet request to get detailed information about an GeoMatchSet.- Parameters:
geoMatchSetId- TheGeoMatchSetIdfor an GeoMatchSet. You can useGeoMatchSetIdin a GetGeoMatchSet request to get detailed information about an GeoMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GeoMatchSetSummary.Builder name(String name)
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSetafter you create it.- Parameters:
name- A friendly name or description of the GeoMatchSet. You can't change the name of anGeoMatchSetafter you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-