Interface ReverseGeocodeFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReverseGeocodeFilter.Builder,ReverseGeocodeFilter>,SdkBuilder<ReverseGeocodeFilter.Builder,ReverseGeocodeFilter>,SdkPojo
- Enclosing class:
- ReverseGeocodeFilter
public static interface ReverseGeocodeFilter.Builder extends SdkPojo, CopyableBuilder<ReverseGeocodeFilter.Builder,ReverseGeocodeFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReverseGeocodeFilter.BuilderincludePlaceTypes(Collection<ReverseGeocodeFilterPlaceType> includePlaceTypes)The included place types.ReverseGeocodeFilter.BuilderincludePlaceTypes(ReverseGeocodeFilterPlaceType... includePlaceTypes)The included place types.ReverseGeocodeFilter.BuilderincludePlaceTypesWithStrings(String... includePlaceTypes)The included place types.ReverseGeocodeFilter.BuilderincludePlaceTypesWithStrings(Collection<String> includePlaceTypes)The included place types.-
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 Detail
-
includePlaceTypesWithStrings
ReverseGeocodeFilter.Builder includePlaceTypesWithStrings(Collection<String> includePlaceTypes)
The included place types.
- Parameters:
includePlaceTypes- The included place types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includePlaceTypesWithStrings
ReverseGeocodeFilter.Builder includePlaceTypesWithStrings(String... includePlaceTypes)
The included place types.
- Parameters:
includePlaceTypes- The included place types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includePlaceTypes
ReverseGeocodeFilter.Builder includePlaceTypes(Collection<ReverseGeocodeFilterPlaceType> includePlaceTypes)
The included place types.
- Parameters:
includePlaceTypes- The included place types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includePlaceTypes
ReverseGeocodeFilter.Builder includePlaceTypes(ReverseGeocodeFilterPlaceType... includePlaceTypes)
The included place types.
- Parameters:
includePlaceTypes- The included place types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-