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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoLocationTarget.Buildername(String name)Thenameof the geolocation target field.GeoLocationTarget.Builderorder(String order)Theorderof the geolocation target field.GeoLocationTarget.Builderorder(TargetFieldOrder order)Theorderof 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, sdkFields
-
-
-
-
Method Detail
-
name
GeoLocationTarget.Builder name(String 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
GeoLocationTarget.Builder order(String 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:
TargetFieldOrder,TargetFieldOrder
-
order
GeoLocationTarget.Builder order(TargetFieldOrder 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:
TargetFieldOrder,TargetFieldOrder
-
-