public static interface ExportRevisionsToS3RequestDetails.Builder extends SdkPojo, CopyableBuilder<ExportRevisionsToS3RequestDetails.Builder,ExportRevisionsToS3RequestDetails>
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExportRevisionsToS3RequestDetails.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 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.Builder
encryption(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 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)
Copyright © 2021. All rights reserved.