Interface ImportAssetFromSignedUrlResponseDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>,SdkBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>,SdkPojo
- Enclosing class:
- ImportAssetFromSignedUrlResponseDetails
public static interface ImportAssetFromSignedUrlResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportAssetFromSignedUrlResponseDetails.BuilderassetName(String assetName)The name for the asset associated with this import job.ImportAssetFromSignedUrlResponseDetails.BuilderdataSetId(String dataSetId)The unique identifier for the data set associated with this import job.ImportAssetFromSignedUrlResponseDetails.Buildermd5Hash(String md5Hash)The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.ImportAssetFromSignedUrlResponseDetails.BuilderrevisionId(String revisionId)The unique identifier for the revision associated with this import response.ImportAssetFromSignedUrlResponseDetails.BuildersignedUrl(String signedUrl)The signed URL.ImportAssetFromSignedUrlResponseDetails.BuildersignedUrlExpiresAt(Instant signedUrlExpiresAt)The time and date at which 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
-
assetName
ImportAssetFromSignedUrlResponseDetails.Builder assetName(String assetName)
The name for the asset associated with this import job.
- Parameters:
assetName- The name for the asset associated with this import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetId
ImportAssetFromSignedUrlResponseDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
- Parameters:
dataSetId- The unique identifier for the data set associated with this import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
md5Hash
ImportAssetFromSignedUrlResponseDetails.Builder md5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
- Parameters:
md5Hash- The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
ImportAssetFromSignedUrlResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import response.
- Parameters:
revisionId- The unique identifier for the revision associated with this import response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signedUrl
ImportAssetFromSignedUrlResponseDetails.Builder signedUrl(String signedUrl)
The signed URL.
- Parameters:
signedUrl- The signed URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signedUrlExpiresAt
ImportAssetFromSignedUrlResponseDetails.Builder signedUrlExpiresAt(Instant signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
- Parameters:
signedUrlExpiresAt- The time and date at which the signed URL expires, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-