Interface GetTileRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetTileRequest.Builder,GetTileRequest>, SageMakerGeospatialRequest.Builder, SdkBuilder<GetTileRequest.Builder,GetTileRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetTileRequest

public static interface GetTileRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<GetTileRequest.Builder,GetTileRequest>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the tile operation.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the tile operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionRoleArn

      GetTileRequest.Builder executionRoleArn(String executionRoleArn)

      The Amazon Resource Name (ARN) of the IAM role that you specify.

      Parameters:
      executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specify.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageAssets

      GetTileRequest.Builder imageAssets(Collection<String> imageAssets)

      The particular assets or bands to tile.

      Parameters:
      imageAssets - The particular assets or bands to tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageAssets

      GetTileRequest.Builder imageAssets(String... imageAssets)

      The particular assets or bands to tile.

      Parameters:
      imageAssets - The particular assets or bands to tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageMask

      GetTileRequest.Builder imageMask(Boolean imageMask)

      Determines whether or not to return a valid data mask.

      Parameters:
      imageMask - Determines whether or not to return a valid data mask.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputDataType

      GetTileRequest.Builder outputDataType(String outputDataType)

      The output data type of the tile operation.

      Parameters:
      outputDataType - The output data type of the tile operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputDataType

      GetTileRequest.Builder outputDataType(OutputType outputDataType)

      The output data type of the tile operation.

      Parameters:
      outputDataType - The output data type of the tile operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputFormat

      GetTileRequest.Builder outputFormat(String outputFormat)

      The data format of the output tile. The formats include .npy, .png and .jpg.

      Parameters:
      outputFormat - The data format of the output tile. The formats include .npy, .png and .jpg.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • propertyFilters

      GetTileRequest.Builder propertyFilters(String propertyFilters)

      Property filters for the imagery to tile.

      Parameters:
      propertyFilters - Property filters for the imagery to tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

      Parameters:
      target - Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • target

      Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

      Parameters:
      target - Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeRangeFilter

      GetTileRequest.Builder timeRangeFilter(String timeRangeFilter)

      Time range filter applied to imagery to find the images to tile.

      Parameters:
      timeRangeFilter - Time range filter applied to imagery to find the images to tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • x

      The x coordinate of the tile input.

      Parameters:
      x - The x coordinate of the tile input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • y

      The y coordinate of the tile input.

      Parameters:
      y - The y coordinate of the tile input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • z

      The z coordinate of the tile input.

      Parameters:
      z - The z coordinate of the tile input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetTileRequest.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.