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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportAssetToSignedUrlRequestDetails.BuilderassetId(String assetId)The unique identifier for the asset that is exported to a signed URL.ExportAssetToSignedUrlRequestDetails.BuilderdataSetId(String dataSetId)The unique identifier for the data set associated with this export job.ExportAssetToSignedUrlRequestDetails.BuilderrevisionId(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 Detail
-
assetId
ExportAssetToSignedUrlRequestDetails.Builder assetId(String 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
ExportAssetToSignedUrlRequestDetails.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
ExportAssetToSignedUrlRequestDetails.Builder revisionId(String 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.
-
-