public static interface ExportRevisionsToS3ResponseDetails.Builder extends SdkPojo, CopyableBuilder<ExportRevisionsToS3ResponseDetails.Builder,ExportRevisionsToS3ResponseDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportRevisionsToS3ResponseDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId - The unique identifier for the data set associated with this export job.ExportRevisionsToS3ResponseDetails.Builder encryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
encryption - Encryption configuration of the export job.default ExportRevisionsToS3ResponseDetails.Builder encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration of the export job.
This is a convenience that creates an instance of theExportServerSideEncryption.Builder avoiding the
need to create one manually via ExportServerSideEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryption(ExportServerSideEncryption).encryption - a consumer that will call methods on ExportServerSideEncryption.Builderencryption(ExportServerSideEncryption)ExportRevisionsToS3ResponseDetails.Builder revisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination in Amazon S3 where the revision is exported.
revisionDestinations - The destination in Amazon S3 where the revision is exported.ExportRevisionsToS3ResponseDetails.Builder revisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination in Amazon S3 where the revision is exported.
revisionDestinations - The destination in Amazon S3 where the revision is exported.ExportRevisionsToS3ResponseDetails.Builder revisionDestinations(Consumer<RevisionDestinationEntry.Builder>... revisionDestinations)
The destination in Amazon S3 where the revision is exported.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #revisionDestinations(List) .revisionDestinations - a consumer that will call methods on List.Builder #revisionDestinations(List) ExportRevisionsToS3ResponseDetails.Builder eventActionArn(String eventActionArn)
The Amazon Resource Name (ARN) of the event action.
eventActionArn - The Amazon Resource Name (ARN) of the event action.Copyright © 2021. All rights reserved.