Interface ExportAssetToSignedUrlRequestDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,
,ExportAssetToSignedUrlRequestDetails> SdkBuilder<ExportAssetToSignedUrlRequestDetails.Builder,
,ExportAssetToSignedUrlRequestDetails> SdkPojo
- Enclosing class:
ExportAssetToSignedUrlRequestDetails
public static interface ExportAssetToSignedUrlRequestDetails.Builder
extends SdkPojo, CopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the asset that is exported to a signed URL.The unique identifier for the data set associated with this export job.revisionId
(String revisionId) The unique identifier for the revision associated with this export 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
-
assetId
The unique identifier for the asset that is exported to a signed URL.
- Parameters:
assetId
- The unique identifier for the asset that is exported to a signed URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetId
The unique identifier for the data set associated with this export job.
- Parameters:
dataSetId
- The unique identifier for the data set associated with this export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
The unique identifier for the revision associated with this export request.
- Parameters:
revisionId
- The unique identifier for the revision associated with this export request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-