Interface GetSpritesRequest.Builder

  • Method Details

    • fileName

      GetSpritesRequest.Builder fileName(String fileName)

      Sprites API: The name of the sprite file to retrieve, following pattern sprites(@2x)?\.(png|json).

      Example: sprites.png

      Parameters:
      fileName - Sprites API: The name of the sprite file to retrieve, following pattern sprites(@2x)?\.(png|json).

      Example: sprites.png

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • style

      Style specifies the desired map style for the Sprites APIs.

      Parameters:
      style - Style specifies the desired map style for the Sprites APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • style

      Style specifies the desired map style for the Sprites APIs.

      Parameters:
      style - Style specifies the desired map style for the Sprites APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • colorScheme

      GetSpritesRequest.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: 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

      GetSpritesRequest.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: 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:
    • variant

      Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

      Example: Default

      Valid values for Variant are case sensitive.

      Parameters:
      variant - Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

      Example: Default

      Valid values for Variant are case sensitive.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • variant

      Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

      Example: Default

      Valid values for Variant are case sensitive.

      Parameters:
      variant - Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

      Example: Default

      Valid values for Variant are case sensitive.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetSpritesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.