public static interface GetTileRequest.Builder extends SageMakerGeospatialRequest.Builder, SdkPojo, CopyableBuilder<GetTileRequest.Builder,GetTileRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTileRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the tile operation.
|
GetTileRequest.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specify.
|
GetTileRequest.Builder |
imageAssets(Collection<String> imageAssets)
The particular assets or bands to tile.
|
GetTileRequest.Builder |
imageAssets(String... imageAssets)
The particular assets or bands to tile.
|
GetTileRequest.Builder |
imageMask(Boolean imageMask)
Determines whether or not to return a valid data mask.
|
GetTileRequest.Builder |
outputDataType(OutputType outputDataType)
The output data type of the tile operation.
|
GetTileRequest.Builder |
outputDataType(String outputDataType)
The output data type of the tile operation.
|
GetTileRequest.Builder |
outputFormat(String outputFormat)
The data format of the output tile.
|
GetTileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTileRequest.Builder |
propertyFilters(String propertyFilters)
Property filters for the imagery to tile.
|
GetTileRequest.Builder |
target(String target)
Determines what part of the Earth Observation job to tile.
|
GetTileRequest.Builder |
target(TargetOptions target)
Determines what part of the Earth Observation job to tile.
|
GetTileRequest.Builder |
timeRangeFilter(String timeRangeFilter)
Time range filter applied to imagery to find the images to tile.
|
GetTileRequest.Builder |
x(Integer x)
The x coordinate of the tile input.
|
GetTileRequest.Builder |
y(Integer y)
The y coordinate of the tile input.
|
GetTileRequest.Builder |
z(Integer z)
The z coordinate of the tile input.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTileRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the tile operation.
arn - The Amazon Resource Name (ARN) of the tile operation.GetTileRequest.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specify.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specify.GetTileRequest.Builder imageAssets(Collection<String> imageAssets)
The particular assets or bands to tile.
imageAssets - The particular assets or bands to tile.GetTileRequest.Builder imageAssets(String... imageAssets)
The particular assets or bands to tile.
imageAssets - The particular assets or bands to tile.GetTileRequest.Builder imageMask(Boolean imageMask)
Determines whether or not to return a valid data mask.
imageMask - Determines whether or not to return a valid data mask.GetTileRequest.Builder outputDataType(String outputDataType)
The output data type of the tile operation.
outputDataType - The output data type of the tile operation.OutputType,
OutputTypeGetTileRequest.Builder outputDataType(OutputType outputDataType)
The output data type of the tile operation.
outputDataType - The output data type of the tile operation.OutputType,
OutputTypeGetTileRequest.Builder outputFormat(String outputFormat)
The data format of the output tile. The formats include .npy, .png and .jpg.
outputFormat - The data format of the output tile. The formats include .npy, .png and .jpg.GetTileRequest.Builder propertyFilters(String propertyFilters)
Property filters for the imagery to tile.
propertyFilters - Property filters for the imagery to tile.GetTileRequest.Builder target(String target)
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
target - Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.TargetOptions,
TargetOptionsGetTileRequest.Builder target(TargetOptions target)
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
target - Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.TargetOptions,
TargetOptionsGetTileRequest.Builder timeRangeFilter(String timeRangeFilter)
Time range filter applied to imagery to find the images to tile.
timeRangeFilter - Time range filter applied to imagery to find the images to tile.GetTileRequest.Builder x(Integer x)
The x coordinate of the tile input.
x - The x coordinate of the tile input.GetTileRequest.Builder y(Integer y)
The y coordinate of the tile input.
y - The y coordinate of the tile input.GetTileRequest.Builder z(Integer z)
The z coordinate of the tile input.
z - The z coordinate of the tile input.GetTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.