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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTileRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the tile operation.GetTileRequest.BuilderexecutionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specify.GetTileRequest.BuilderimageAssets(String... imageAssets)The particular assets or bands to tile.GetTileRequest.BuilderimageAssets(Collection<String> imageAssets)The particular assets or bands to tile.GetTileRequest.BuilderimageMask(Boolean imageMask)Determines whether or not to return a valid data mask.GetTileRequest.BuilderoutputDataType(String outputDataType)The output data type of the tile operation.GetTileRequest.BuilderoutputDataType(OutputType outputDataType)The output data type of the tile operation.GetTileRequest.BuilderoutputFormat(String outputFormat)The data format of the output tile.GetTileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTileRequest.BuilderpropertyFilters(String propertyFilters)Property filters for the imagery to tile.GetTileRequest.Buildertarget(String target)Determines what part of the Earth Observation job to tile.GetTileRequest.Buildertarget(TargetOptions target)Determines what part of the Earth Observation job to tile.GetTileRequest.BuildertimeRangeFilter(String timeRangeFilter)Time range filter applied to imagery to find the images to tile.GetTileRequest.Builderx(Integer x)The x coordinate of the tile input.GetTileRequest.Buildery(Integer y)The y coordinate of the tile input.GetTileRequest.Builderz(Integer z)The z coordinate of the tile input.-
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.sagemakergeospatial.model.SageMakerGeospatialRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
overrideConfiguration
GetTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-