Interface ReverseGeocodingConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReverseGeocodingConfig.Builder,,ReverseGeocodingConfig> SdkBuilder<ReverseGeocodingConfig.Builder,,ReverseGeocodingConfig> SdkPojo
- Enclosing class:
 ReverseGeocodingConfig
public static interface ReverseGeocodingConfig.Builder
extends SdkPojo, CopyableBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
xAttributeName
The 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.
 
 - 
yAttributeName
The 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.
 
 
 -