Interface StreetComponents.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StreetComponents.Builder,
,StreetComponents> SdkBuilder<StreetComponents.Builder,
,StreetComponents> SdkPojo
- Enclosing class:
StreetComponents
-
Method Summary
Modifier and TypeMethodDescriptionBase name part of the street name.Indicates the official directional identifiers assigned to highways.A BCP 47 compliant language codes for the results to be rendered in.A prefix is a directional identifier that precedes, but is not included in, the base name of a road.A suffix is a directional identifier that follows, but is not included in, the base name of a road.Street type part of the street name.typePlacement
(String typePlacement) Defines if the street type is before or after the base name.typePlacement
(TypePlacement typePlacement) Defines if the street type is before or after the base name.typeSeparator
(String typeSeparator) Defines a separator character such as""
or" "
between the base name and type.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 Details
-
baseName
Base name part of the street name.
Example: Younge from the "Younge street".
- Parameters:
baseName
- Base name part of the street name.Example: Younge from the "Younge street".
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Street type part of the street name.
Example:
"avenue"
.- Parameters:
type
- Street type part of the street name.Example:
"avenue"
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typePlacement
Defines if the street type is before or after the base name.
- Parameters:
typePlacement
- Defines if the street type is before or after the base name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typePlacement
Defines if the street type is before or after the base name.
- Parameters:
typePlacement
- Defines if the street type is before or after the base name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typeSeparator
Defines a separator character such as
""
or" "
between the base name and type.- Parameters:
typeSeparator
- Defines a separator character such as""
or" "
between the base name and type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
A prefix is a directional identifier that precedes, but is not included in, the base name of a road.
Example: E for East.
- Parameters:
prefix
- A prefix is a directional identifier that precedes, but is not included in, the base name of a road.Example: E for East.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suffix
A suffix is a directional identifier that follows, but is not included in, the base name of a road.
Example W for West.
- Parameters:
suffix
- A suffix is a directional identifier that follows, but is not included in, the base name of a road.Example W for West.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
direction
Indicates the official directional identifiers assigned to highways.
- Parameters:
direction
- Indicates the official directional identifiers assigned to highways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
A BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
- Parameters:
language
- A BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-