Interface GetStyleDescriptorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetStyleDescriptorRequest.Builder,
,GetStyleDescriptorRequest> GeoMapsRequest.Builder
,SdkBuilder<GetStyleDescriptorRequest.Builder,
,GetStyleDescriptorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetStyleDescriptorRequest
-
Method Summary
Modifier and TypeMethodDescriptioncolorScheme
(String colorScheme) Sets color tone for map such as dark and light for specific map styles.colorScheme
(ColorScheme colorScheme) Sets color tone for map such as dark and light for specific map styles.Optional: The API key to be used for authorization.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.politicalView
(String politicalView) Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.Style specifies the desired map 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 Details
-
style
Style specifies the desired map style.
- Parameters:
style
- Style specifies the desired map style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
style
Style specifies the desired map style.
- Parameters:
style
- Style specifies the desired map style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
Light
Default value:
Light
Valid 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:
Light
Default value:
Light
Valid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
Light
Default value:
Light
Valid 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:
Light
Default value:
Light
Valid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 -
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 -
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetStyleDescriptorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-