Interface ExportAssetToSignedUrlResponseDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportAssetToSignedUrlResponseDetails.Builder,
,ExportAssetToSignedUrlResponseDetails> SdkBuilder<ExportAssetToSignedUrlResponseDetails.Builder,
,ExportAssetToSignedUrlResponseDetails> SdkPojo
- Enclosing class:
ExportAssetToSignedUrlResponseDetails
public static interface ExportAssetToSignedUrlResponseDetails.Builder
extends SdkPojo, CopyableBuilder<ExportAssetToSignedUrlResponseDetails.Builder,ExportAssetToSignedUrlResponseDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the asset associated with this export job.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 response.The signed URL for the export request.signedUrlExpiresAt
(Instant signedUrlExpiresAt) The date and time that the signed URL expires, in ISO 8601 format.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 associated with this export job.
- Parameters:
assetId
- The unique identifier for the asset associated with this export job.- 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 response.
- Parameters:
revisionId
- The unique identifier for the revision associated with this export response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signedUrl
The signed URL for the export request.
- Parameters:
signedUrl
- The signed URL for the export request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signedUrlExpiresAt
The date and time that the signed URL expires, in ISO 8601 format.
- Parameters:
signedUrlExpiresAt
- The date and time that the signed URL expires, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-