Uses of Interface
software.amazon.awssdk.services.macie2.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucketName(String bucketName)The name of the bucket.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. keyPrefix(String keyPrefix)The path prefix to use in the path to the location in the bucket.S3Destination.BuilderS3Destination.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default ClassificationExportConfiguration.BuilderClassificationExportConfiguration.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
-