Interface GetStyleDescriptorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetStyleDescriptorRequest.Builder,GetStyleDescriptorRequest>,GeoMapsRequest.Builder,SdkBuilder<GetStyleDescriptorRequest.Builder,GetStyleDescriptorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetStyleDescriptorRequest
public static interface GetStyleDescriptorRequest.Builder extends GeoMapsRequest.Builder, SdkPojo, CopyableBuilder<GetStyleDescriptorRequest.Builder,GetStyleDescriptorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStyleDescriptorRequest.BuildercolorScheme(String colorScheme)Sets color tone for map such as dark and light for specific map styles.GetStyleDescriptorRequest.BuildercolorScheme(ColorScheme colorScheme)Sets color tone for map such as dark and light for specific map styles.GetStyleDescriptorRequest.Builderkey(String key)Optional: The API key to be used for authorization.GetStyleDescriptorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetStyleDescriptorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetStyleDescriptorRequest.BuilderpoliticalView(String politicalView)Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.GetStyleDescriptorRequest.Builderstyle(String style)Style specifies the desired map style.GetStyleDescriptorRequest.Builderstyle(MapStyle style)Style specifies the desired map style.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsRequest.Builder
build
-
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
-
style
GetStyleDescriptorRequest.Builder style(String style)
Style specifies the desired map style.
-
style
GetStyleDescriptorRequest.Builder style(MapStyle style)
Style specifies the desired map style.
-
colorScheme
GetStyleDescriptorRequest.Builder colorScheme(String colorScheme)
Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.
Example:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Parameters:
colorScheme- Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.Example:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorScheme,ColorScheme
-
colorScheme
GetStyleDescriptorRequest.Builder colorScheme(ColorScheme colorScheme)
Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.
Example:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Parameters:
colorScheme- Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.Example:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorScheme,ColorScheme
-
politicalView
GetStyleDescriptorRequest.Builder politicalView(String politicalView)
Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.
The following political views are currently supported:
-
ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands -
EGY: Egypt's view on Bir Tawil -
IND: India's view on Gilgit-Baltistan -
KEN: Kenya's view on the Ilemi Triangle -
MAR: Morocco's view on Western Sahara -
PAK: Pakistan's view on Jammu and Kashmir and the Junagadh Area -
RUS: Russia's view on Crimea -
SDN: Sudan's view on the Halaib Triangle -
SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands -
SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters -
SYR: Syria's view on the Golan Heights -
TUR: Turkey's view on Cyprus and Northern Cyprus -
TZA: Tanzania's view on Lake Malawi -
URY: Uruguay's view on Rincon de Artigas -
VNM: Vietnam's view on the Paracel Islands and Spratly Islands
- Parameters:
politicalView- Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.The following political views are currently supported:
-
ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands -
EGY: Egypt's view on Bir Tawil -
IND: India's view on Gilgit-Baltistan -
KEN: Kenya's view on the Ilemi Triangle -
MAR: Morocco's view on Western Sahara -
PAK: Pakistan's view on Jammu and Kashmir and the Junagadh Area -
RUS: Russia's view on Crimea -
SDN: Sudan's view on the Halaib Triangle -
SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands -
SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters -
SYR: Syria's view on the Golan Heights -
TUR: Turkey's view on Cyprus and Northern Cyprus -
TZA: Tanzania's view on Lake Malawi -
URY: Uruguay's view on Rincon de Artigas -
VNM: Vietnam's view on the Paracel Islands and Spratly Islands
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
key
GetStyleDescriptorRequest.Builder key(String key)
Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
- Parameters:
key- Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetStyleDescriptorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetStyleDescriptorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-