@Deprecated
public static final class AssetPublishingCommand.Builder
extends java.lang.Object
AssetPublishingCommand
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AssetPublishingCommand.Builder |
assetId(java.lang.String assetId)
Deprecated.
|
AssetPublishingCommand.Builder |
assetManifestPath(java.lang.String assetManifestPath)
Deprecated.
|
AssetPublishingCommand.Builder |
assetPublishingRoleArn(java.lang.String assetPublishingRoleArn)
Deprecated.
|
AssetPublishingCommand.Builder |
assetSelector(java.lang.String assetSelector)
Deprecated.
|
AssetPublishingCommand.Builder |
assetType(AssetType assetType)
Deprecated.
|
AssetPublishingCommand |
build()
Deprecated.
|
@Deprecated public AssetPublishingCommand.Builder assetId(java.lang.String assetId)
AssetPublishingCommand.getAssetId()
assetId
- Asset identifier. This parameter is required.this
@Deprecated public AssetPublishingCommand.Builder assetManifestPath(java.lang.String assetManifestPath)
AssetPublishingCommand.getAssetManifestPath()
assetManifestPath
- Asset manifest path. This parameter is required.this
@Deprecated public AssetPublishingCommand.Builder assetPublishingRoleArn(java.lang.String assetPublishingRoleArn)
AssetPublishingCommand.getAssetPublishingRoleArn()
assetPublishingRoleArn
- ARN of the IAM Role used to publish this asset. This parameter is required.this
@Deprecated public AssetPublishingCommand.Builder assetSelector(java.lang.String assetSelector)
AssetPublishingCommand.getAssetSelector()
assetSelector
- Asset selector to pass to `cdk-assets`. This parameter is required.this
@Deprecated public AssetPublishingCommand.Builder assetType(AssetType assetType)
AssetPublishingCommand.getAssetType()
assetType
- Type of asset to publish. This parameter is required.this
@Deprecated public AssetPublishingCommand build()
AssetPublishingCommand
java.lang.NullPointerException
- if any required attribute was not provided