@Stability(value=Deprecated) @Deprecated public static final class AssetPublishingCommand.Builder extends Object implements software.amazon.jsii.Builder<AssetPublishingCommand>
AssetPublishingCommand| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AssetPublishingCommand.Builder |
assetId(String assetId)
Deprecated.
|
AssetPublishingCommand.Builder |
assetManifestPath(String assetManifestPath)
Deprecated.
|
AssetPublishingCommand.Builder |
assetPublishingRoleArn(String assetPublishingRoleArn)
Deprecated.
|
AssetPublishingCommand.Builder |
assetSelector(String assetSelector)
Deprecated.
|
AssetPublishingCommand.Builder |
assetType(AssetType assetType)
Deprecated.
|
AssetPublishingCommand |
build()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand.Builder assetId(String assetId)
AssetPublishingCommand.getAssetId()assetId - Asset identifier. This parameter is required.this@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand.Builder assetManifestPath(String assetManifestPath)
AssetPublishingCommand.getAssetManifestPath()assetManifestPath - Asset manifest path. This parameter is required.this@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand.Builder assetPublishingRoleArn(String assetPublishingRoleArn)
AssetPublishingCommand.getAssetPublishingRoleArn()assetPublishingRoleArn - ARN of the IAM Role used to publish this asset. This parameter is required.this@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand.Builder assetSelector(String assetSelector)
AssetPublishingCommand.getAssetSelector()assetSelector - Asset selector to pass to `cdk-assets`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand.Builder assetType(AssetType assetType)
AssetPublishingCommand.getAssetType()assetType - Type of asset to publish. This parameter is required.this@Stability(value=Deprecated) @Deprecated public AssetPublishingCommand build()
build in interface software.amazon.jsii.Builder<AssetPublishingCommand>AssetPublishingCommandNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.