public static interface ExportRevisionsToS3RequestDetails.Builder extends SdkPojo, CopyableBuilder<ExportRevisionsToS3RequestDetails.Builder,ExportRevisionsToS3RequestDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportRevisionsToS3RequestDetails.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.ExportRevisionsToS3RequestDetails.Builder encryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
encryption - Encryption configuration for the export job.default ExportRevisionsToS3RequestDetails.Builder encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration for the export job.
This is a convenience method 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)ExportRevisionsToS3RequestDetails.Builder revisionDestinations(Collection<RevisionDestinationEntry> revisionDestinations)
The destination for the revision.
revisionDestinations - The destination for the revision.ExportRevisionsToS3RequestDetails.Builder revisionDestinations(RevisionDestinationEntry... revisionDestinations)
The destination for the revision.
revisionDestinations - The destination for the revision.ExportRevisionsToS3RequestDetails.Builder revisionDestinations(Consumer<RevisionDestinationEntry.Builder>... revisionDestinations)
The destination for the revision.
This is a convenience method that creates an instance of theRevisionDestinationEntry.Builder avoiding the need
to create one manually via
RevisionDestinationEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #revisionDestinations(List.
revisionDestinations - a consumer that will call methods on
RevisionDestinationEntry.Builder#revisionDestinations(java.util.Collection) Copyright © 2023. All rights reserved.