public static interface GeoMatchSetSummary.Builder extends CopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSetSummary.Builder |
geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId for an GeoMatchSet. |
GeoMatchSetSummary.Builder |
name(String name)
A friendly name or description of the GeoMatchSet.
|
copyapply, buildGeoMatchSetSummary.Builder geoMatchSetId(String geoMatchSetId)
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
geoMatchSetId - The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.GeoMatchSetSummary.Builder name(String name)
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.
name - A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.