public static interface ZonalStatisticsConfigInput.Builder extends SdkPojo, CopyableBuilder<ZonalStatisticsConfigInput.Builder,ZonalStatisticsConfigInput>
| Modifier and Type | Method and Description |
|---|---|
ZonalStatisticsConfigInput.Builder |
statistics(Collection<ZonalStatistics> statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput.Builder |
statistics(ZonalStatistics... statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput.Builder |
statisticsWithStrings(Collection<String> statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput.Builder |
statisticsWithStrings(String... statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput.Builder |
targetBands(Collection<String> targetBands)
Bands used in the operation.
|
ZonalStatisticsConfigInput.Builder |
targetBands(String... targetBands)
Bands used in the operation.
|
ZonalStatisticsConfigInput.Builder |
zoneS3Path(String zoneS3Path)
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
|
ZonalStatisticsConfigInput.Builder |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildZonalStatisticsConfigInput.Builder statisticsWithStrings(Collection<String> statistics)
List of zonal statistics to compute.
statistics - List of zonal statistics to compute.ZonalStatisticsConfigInput.Builder statisticsWithStrings(String... statistics)
List of zonal statistics to compute.
statistics - List of zonal statistics to compute.ZonalStatisticsConfigInput.Builder statistics(Collection<ZonalStatistics> statistics)
List of zonal statistics to compute.
statistics - List of zonal statistics to compute.ZonalStatisticsConfigInput.Builder statistics(ZonalStatistics... statistics)
List of zonal statistics to compute.
statistics - List of zonal statistics to compute.ZonalStatisticsConfigInput.Builder targetBands(Collection<String> targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available input.
targetBands - Bands used in the operation. If no target bands are specified, it uses all bands available input.ZonalStatisticsConfigInput.Builder targetBands(String... targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available input.
targetBands - Bands used in the operation. If no target bands are specified, it uses all bands available input.ZonalStatisticsConfigInput.Builder zoneS3Path(String zoneS3Path)
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
zoneS3Path - The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.ZonalStatisticsConfigInput.Builder 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.
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.
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.
Copyright © 2023. All rights reserved.