Interface GeoLocationTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeoLocationTarget.Builder,
,GeoLocationTarget> SdkBuilder<GeoLocationTarget.Builder,
,GeoLocationTarget> SdkPojo
- Enclosing class:
GeoLocationTarget
@Mutable
@NotThreadSafe
public static interface GeoLocationTarget.Builder
extends SdkPojo, CopyableBuilder<GeoLocationTarget.Builder,GeoLocationTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThename
of the geolocation target field.Theorder
of the geolocation target field.order
(TargetFieldOrder order) Theorder
of the geolocation target field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The
name
of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadow
filter.- Parameters:
name
- Thename
of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadow
filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
The
order
of the geolocation target field. This field is optional. The default value isLatLon
.- Parameters:
order
- Theorder
of the geolocation target field. This field is optional. The default value isLatLon
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The
order
of the geolocation target field. This field is optional. The default value isLatLon
.- Parameters:
order
- Theorder
of the geolocation target field. This field is optional. The default value isLatLon
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-