@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.494Z") @Stability(value=Deprecated) @Deprecated public interface AssetPublishingCommand extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.pipelines.*;
AssetPublishingCommand assetPublishingCommand = AssetPublishingCommand.builder()
.assetId("assetId")
.assetManifestPath("assetManifestPath")
.assetPublishingRoleArn("assetPublishingRoleArn")
.assetSelector("assetSelector")
.assetType(AssetType.FILE)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetPublishingCommand.Builder
Deprecated.
|
static class |
AssetPublishingCommand.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AssetPublishingCommand.Builder |
builder()
Deprecated.
|
String |
getAssetId()
Deprecated.
|
String |
getAssetManifestPath()
Deprecated.
|
String |
getAssetPublishingRoleArn()
Deprecated.
|
String |
getAssetSelector()
Deprecated.
|
AssetType |
getAssetType()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getAssetId()
@Stability(value=Deprecated) @Deprecated @NotNull String getAssetManifestPath()
@Stability(value=Deprecated) @Deprecated @NotNull String getAssetPublishingRoleArn()
@Stability(value=Deprecated) @Deprecated @NotNull String getAssetSelector()
@Stability(value=Deprecated) @Deprecated @NotNull AssetType getAssetType()
@Stability(value=Deprecated) @Deprecated static AssetPublishingCommand.Builder builder()
AssetPublishingCommand.Builder of AssetPublishingCommandCopyright © 2022. All rights reserved.