Interface GeoLocationTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeoLocationTarget.Builder,,GeoLocationTarget> SdkBuilder<GeoLocationTarget.Builder,,GeoLocationTarget> SdkPojo
- Enclosing class:
 GeoLocationTarget
public static interface GeoLocationTarget.Builder
extends SdkPojo, CopyableBuilder<GeoLocationTarget.Builder,GeoLocationTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionThenameof the geolocation target field.Theorderof the geolocation target field.order(TargetFieldOrder order) Theorderof the geolocation target field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The
nameof the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadowfilter.- Parameters:
 name- Thenameof the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadowfilter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
order
The
orderof the geolocation target field. This field is optional. The default value isLatLon.- Parameters:
 order- Theorderof 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
orderof the geolocation target field. This field is optional. The default value isLatLon.- Parameters:
 order- Theorderof 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:
 
 
 -