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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportAssetToSignedUrlResponseDetails.BuilderassetId(String assetId)The unique identifier for the asset associated with this export job.ExportAssetToSignedUrlResponseDetails.BuilderdataSetId(String dataSetId)The unique identifier for the data set associated with this export job.ExportAssetToSignedUrlResponseDetails.BuilderrevisionId(String revisionId)The unique identifier for the revision associated with this export response.ExportAssetToSignedUrlResponseDetails.BuildersignedUrl(String signedUrl)The signed URL for the export request.ExportAssetToSignedUrlResponseDetails.BuildersignedUrlExpiresAt(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 Detail
-
assetId
ExportAssetToSignedUrlResponseDetails.Builder assetId(String 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
ExportAssetToSignedUrlResponseDetails.Builder dataSetId(String 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
ExportAssetToSignedUrlResponseDetails.Builder revisionId(String 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
ExportAssetToSignedUrlResponseDetails.Builder signedUrl(String 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
ExportAssetToSignedUrlResponseDetails.Builder signedUrlExpiresAt(Instant 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.
-
-