Interface ImportAssetFromSignedUrlRequestDetails.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>
,SdkBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>
,SdkPojo
- Enclosing class:
- ImportAssetFromSignedUrlRequestDetails
public static interface ImportAssetFromSignedUrlRequestDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportAssetFromSignedUrlRequestDetails.Builder
assetName(String assetName)
The name of the asset.ImportAssetFromSignedUrlRequestDetails.Builder
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.ImportAssetFromSignedUrlRequestDetails.Builder
md5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.ImportAssetFromSignedUrlRequestDetails.Builder
revisionId(String revisionId)
The unique identifier for the revision associated with this import 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
assetName
ImportAssetFromSignedUrlRequestDetails.Builder assetName(String assetName)
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
- Parameters:
assetName
- The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetId
ImportAssetFromSignedUrlRequestDetails.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
ImportAssetFromSignedUrlRequestDetails.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
ImportAssetFromSignedUrlRequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import request.
- Parameters:
revisionId
- The unique identifier for the revision associated with this import request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-