Interface ReverseGeocodingConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ReverseGeocodingConfig.Builder,,- ReverseGeocodingConfig> - SdkBuilder<ReverseGeocodingConfig.Builder,,- ReverseGeocodingConfig> - SdkPojo
- Enclosing class:
- ReverseGeocodingConfig
@Mutable
@NotThreadSafe
public static interface ReverseGeocodingConfig.Builder
extends SdkPojo, CopyableBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionxAttributeName(String xAttributeName) The field name for the data that describes x-axis coordinate, eg.yAttributeName(String yAttributeName) The field name for the data that describes y-axis coordinate, eg.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
xAttributeNameThe field name for the data that describes x-axis coordinate, eg. longitude of a point. - Parameters:
- xAttributeName- The field name for the data that describes x-axis coordinate, eg. longitude of a point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
yAttributeNameThe field name for the data that describes y-axis coordinate, eg. latitude of a point. - Parameters:
- yAttributeName- The field name for the data that describes y-axis coordinate, eg. latitude of a point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-