Interface ZonalStatisticsConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ZonalStatisticsConfigInput.Builder,
,ZonalStatisticsConfigInput> SdkBuilder<ZonalStatisticsConfigInput.Builder,
,ZonalStatisticsConfigInput> SdkPojo
- Enclosing class:
ZonalStatisticsConfigInput
-
Method Summary
Modifier and TypeMethodDescriptionstatistics
(Collection<ZonalStatistics> statistics) List of zonal statistics to compute.statistics
(ZonalStatistics... statistics) List of zonal statistics to compute.statisticsWithStrings
(String... statistics) List of zonal statistics to compute.statisticsWithStrings
(Collection<String> statistics) List of zonal statistics to compute.targetBands
(String... targetBands) Bands used in the operation.targetBands
(Collection<String> targetBands) Bands used in the operation.zoneS3Path
(String zoneS3Path) The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.zoneS3PathKmsKeyId
(String zoneS3PathKmsKeyId) The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
statisticsWithStrings
List of zonal statistics to compute.
- Parameters:
statistics
- List of zonal statistics to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statisticsWithStrings
List of zonal statistics to compute.
- Parameters:
statistics
- List of zonal statistics to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
List of zonal statistics to compute.
- Parameters:
statistics
- List of zonal statistics to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
List of zonal statistics to compute.
- Parameters:
statistics
- List of zonal statistics to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetBands
Bands used in the operation. If no target bands are specified, it uses all bands available input.
- Parameters:
targetBands
- Bands used in the operation. If no target bands are specified, it uses all bands available input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetBands
Bands used in the operation. If no target bands are specified, it uses all bands available input.
- Parameters:
targetBands
- Bands used in the operation. If no target bands are specified, it uses all bands available input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zoneS3Path
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
- Parameters:
zoneS3Path
- The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zoneS3PathKmsKeyId
The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have
kms:GenerateDataKey
permission.The
KmsKeyId
can be any of the following formats:-
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
-
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
- Parameters:
zoneS3PathKmsKeyId
- The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must havekms:GenerateDataKey
permission.The
KmsKeyId
can be any of the following formats:-
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
-
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-