Interface RequestDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RequestDetails.Builder,
,RequestDetails> SdkBuilder<RequestDetails.Builder,
,RequestDetails> SdkPojo
- Enclosing class:
RequestDetails
-
Method Summary
Modifier and TypeMethodDescriptiondefault RequestDetails.Builder
createS3DataAccessFromS3Bucket
(Consumer<CreateS3DataAccessFromS3BucketRequestDetails.Builder> createS3DataAccessFromS3Bucket) Details of the request to create S3 data access from the Amazon S3 bucket.createS3DataAccessFromS3Bucket
(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket) Details of the request to create S3 data access from the Amazon S3 bucket.default RequestDetails.Builder
exportAssetsToS3
(Consumer<ExportAssetsToS3RequestDetails.Builder> exportAssetsToS3) Details about the export to Amazon S3 request.exportAssetsToS3
(ExportAssetsToS3RequestDetails exportAssetsToS3) Details about the export to Amazon S3 request.default RequestDetails.Builder
exportAssetToSignedUrl
(Consumer<ExportAssetToSignedUrlRequestDetails.Builder> exportAssetToSignedUrl) Details about the export to signed URL request.exportAssetToSignedUrl
(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl) Details about the export to signed URL request.default RequestDetails.Builder
exportRevisionsToS3
(Consumer<ExportRevisionsToS3RequestDetails.Builder> exportRevisionsToS3) Details about the export to Amazon S3 request.exportRevisionsToS3
(ExportRevisionsToS3RequestDetails exportRevisionsToS3) Details about the export to Amazon S3 request.default RequestDetails.Builder
importAssetFromApiGatewayApi
(Consumer<ImportAssetFromApiGatewayApiRequestDetails.Builder> importAssetFromApiGatewayApi) Details about the import from signed URL request.importAssetFromApiGatewayApi
(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi) Details about the import from signed URL request.default RequestDetails.Builder
importAssetFromSignedUrl
(Consumer<ImportAssetFromSignedUrlRequestDetails.Builder> importAssetFromSignedUrl) Details about the import from Amazon S3 request.importAssetFromSignedUrl
(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl) Details about the import from Amazon S3 request.default RequestDetails.Builder
importAssetsFromLakeFormationTagPolicy
(Consumer<ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder> importAssetsFromLakeFormationTagPolicy) Request details for the ImportAssetsFromLakeFormationTagPolicy job.importAssetsFromLakeFormationTagPolicy
(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy) Request details for the ImportAssetsFromLakeFormationTagPolicy job.default RequestDetails.Builder
importAssetsFromRedshiftDataShares
(Consumer<ImportAssetsFromRedshiftDataSharesRequestDetails.Builder> importAssetsFromRedshiftDataShares) Details from an import from Amazon Redshift datashare request.importAssetsFromRedshiftDataShares
(ImportAssetsFromRedshiftDataSharesRequestDetails importAssetsFromRedshiftDataShares) Details from an import from Amazon Redshift datashare request.default RequestDetails.Builder
importAssetsFromS3
(Consumer<ImportAssetsFromS3RequestDetails.Builder> importAssetsFromS3) Details about the import asset from API Gateway API request.importAssetsFromS3
(ImportAssetsFromS3RequestDetails importAssetsFromS3) Details about the import asset from API Gateway API request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
exportAssetToSignedUrl
RequestDetails.Builder exportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails exportAssetToSignedUrl) Details about the export to signed URL request.
- Parameters:
exportAssetToSignedUrl
- Details about the export to signed URL request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportAssetToSignedUrl
default RequestDetails.Builder exportAssetToSignedUrl(Consumer<ExportAssetToSignedUrlRequestDetails.Builder> exportAssetToSignedUrl) Details about the export to signed URL request.
This is a convenience method that creates an instance of theExportAssetToSignedUrlRequestDetails.Builder
avoiding the need to create one manually viaExportAssetToSignedUrlRequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportAssetToSignedUrl(ExportAssetToSignedUrlRequestDetails)
.- Parameters:
exportAssetToSignedUrl
- a consumer that will call methods onExportAssetToSignedUrlRequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportAssetsToS3
Details about the export to Amazon S3 request.
- Parameters:
exportAssetsToS3
- Details about the export to Amazon S3 request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportAssetsToS3
default RequestDetails.Builder exportAssetsToS3(Consumer<ExportAssetsToS3RequestDetails.Builder> exportAssetsToS3) Details about the export to Amazon S3 request.
This is a convenience method that creates an instance of theExportAssetsToS3RequestDetails.Builder
avoiding the need to create one manually viaExportAssetsToS3RequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportAssetsToS3(ExportAssetsToS3RequestDetails)
.- Parameters:
exportAssetsToS3
- a consumer that will call methods onExportAssetsToS3RequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportRevisionsToS3
Details about the export to Amazon S3 request.
- Parameters:
exportRevisionsToS3
- Details about the export to Amazon S3 request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportRevisionsToS3
default RequestDetails.Builder exportRevisionsToS3(Consumer<ExportRevisionsToS3RequestDetails.Builder> exportRevisionsToS3) Details about the export to Amazon S3 request.
This is a convenience method that creates an instance of theExportRevisionsToS3RequestDetails.Builder
avoiding the need to create one manually viaExportRevisionsToS3RequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportRevisionsToS3(ExportRevisionsToS3RequestDetails)
.- Parameters:
exportRevisionsToS3
- a consumer that will call methods onExportRevisionsToS3RequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importAssetFromSignedUrl
RequestDetails.Builder importAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails importAssetFromSignedUrl) Details about the import from Amazon S3 request.
- Parameters:
importAssetFromSignedUrl
- Details about the import from Amazon S3 request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importAssetFromSignedUrl
default RequestDetails.Builder importAssetFromSignedUrl(Consumer<ImportAssetFromSignedUrlRequestDetails.Builder> importAssetFromSignedUrl) Details about the import from Amazon S3 request.
This is a convenience method that creates an instance of theImportAssetFromSignedUrlRequestDetails.Builder
avoiding the need to create one manually viaImportAssetFromSignedUrlRequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportAssetFromSignedUrl(ImportAssetFromSignedUrlRequestDetails)
.- Parameters:
importAssetFromSignedUrl
- a consumer that will call methods onImportAssetFromSignedUrlRequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importAssetsFromS3
Details about the import asset from API Gateway API request.
- Parameters:
importAssetsFromS3
- Details about the import asset from API Gateway API request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importAssetsFromS3
default RequestDetails.Builder importAssetsFromS3(Consumer<ImportAssetsFromS3RequestDetails.Builder> importAssetsFromS3) Details about the import asset from API Gateway API request.
This is a convenience method that creates an instance of theImportAssetsFromS3RequestDetails.Builder
avoiding the need to create one manually viaImportAssetsFromS3RequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportAssetsFromS3(ImportAssetsFromS3RequestDetails)
.- Parameters:
importAssetsFromS3
- a consumer that will call methods onImportAssetsFromS3RequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importAssetFromApiGatewayApi
RequestDetails.Builder importAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails importAssetFromApiGatewayApi) Details about the import from signed URL request.
- Parameters:
importAssetFromApiGatewayApi
- Details about the import from signed URL request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importAssetFromApiGatewayApi
default RequestDetails.Builder importAssetFromApiGatewayApi(Consumer<ImportAssetFromApiGatewayApiRequestDetails.Builder> importAssetFromApiGatewayApi) Details about the import from signed URL request.
This is a convenience method that creates an instance of theImportAssetFromApiGatewayApiRequestDetails.Builder
avoiding the need to create one manually viaImportAssetFromApiGatewayApiRequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportAssetFromApiGatewayApi(ImportAssetFromApiGatewayApiRequestDetails)
.- Parameters:
importAssetFromApiGatewayApi
- a consumer that will call methods onImportAssetFromApiGatewayApiRequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createS3DataAccessFromS3Bucket
RequestDetails.Builder createS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails createS3DataAccessFromS3Bucket) Details of the request to create S3 data access from the Amazon S3 bucket.
- Parameters:
createS3DataAccessFromS3Bucket
- Details of the request to create S3 data access from the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createS3DataAccessFromS3Bucket
default RequestDetails.Builder createS3DataAccessFromS3Bucket(Consumer<CreateS3DataAccessFromS3BucketRequestDetails.Builder> createS3DataAccessFromS3Bucket) Details of the request to create S3 data access from the Amazon S3 bucket.
This is a convenience method that creates an instance of theCreateS3DataAccessFromS3BucketRequestDetails.Builder
avoiding the need to create one manually viaCreateS3DataAccessFromS3BucketRequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreateS3DataAccessFromS3Bucket(CreateS3DataAccessFromS3BucketRequestDetails)
.- Parameters:
createS3DataAccessFromS3Bucket
- a consumer that will call methods onCreateS3DataAccessFromS3BucketRequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importAssetsFromLakeFormationTagPolicy
RequestDetails.Builder importAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails importAssetsFromLakeFormationTagPolicy) Request details for the ImportAssetsFromLakeFormationTagPolicy job.
- Parameters:
importAssetsFromLakeFormationTagPolicy
- Request details for the ImportAssetsFromLakeFormationTagPolicy job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importAssetsFromLakeFormationTagPolicy
default RequestDetails.Builder importAssetsFromLakeFormationTagPolicy(Consumer<ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder> importAssetsFromLakeFormationTagPolicy) Request details for the ImportAssetsFromLakeFormationTagPolicy job.
This is a convenience method that creates an instance of theImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder
avoiding the need to create one manually viaImportAssetsFromLakeFormationTagPolicyRequestDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportAssetsFromLakeFormationTagPolicy(ImportAssetsFromLakeFormationTagPolicyRequestDetails)
.- Parameters:
importAssetsFromLakeFormationTagPolicy
- a consumer that will call methods onImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-