Interface GetTileRequest.Builder

    • Method Detail

      • arn

        GetTileRequest.Builder arn​(String 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:
        OutputType, OutputType
      • 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:
        OutputType, OutputType
      • 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

        GetTileRequest.Builder target​(String 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:
        TargetOptions, TargetOptions
      • target

        GetTileRequest.Builder target​(TargetOptions 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:
        TargetOptions, TargetOptions
      • 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

        GetTileRequest.Builder x​(Integer 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

        GetTileRequest.Builder y​(Integer 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

        GetTileRequest.Builder z​(Integer 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.