public static interface PostLaunchActions.Builder extends SdkPojo, CopyableBuilder<PostLaunchActions.Builder,PostLaunchActions>
| Modifier and Type | Method and Description |
|---|---|
PostLaunchActions.Builder |
cloudWatchLogGroupName(String cloudWatchLogGroupName)
AWS Systems Manager Command's CloudWatch log group name.
|
PostLaunchActions.Builder |
deployment(PostLaunchActionsDeploymentType deployment)
Deployment type in which AWS Systems Manager Documents will be executed.
|
PostLaunchActions.Builder |
deployment(String deployment)
Deployment type in which AWS Systems Manager Documents will be executed.
|
PostLaunchActions.Builder |
s3LogBucket(String s3LogBucket)
AWS Systems Manager Command's logs S3 log bucket.
|
PostLaunchActions.Builder |
s3OutputKeyPrefix(String s3OutputKeyPrefix)
AWS Systems Manager Command's logs S3 output key prefix.
|
PostLaunchActions.Builder |
ssmDocuments(Collection<SsmDocument> ssmDocuments)
AWS Systems Manager Documents.
|
PostLaunchActions.Builder |
ssmDocuments(Consumer<SsmDocument.Builder>... ssmDocuments)
AWS Systems Manager Documents.
|
PostLaunchActions.Builder |
ssmDocuments(SsmDocument... ssmDocuments)
AWS Systems Manager Documents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPostLaunchActions.Builder cloudWatchLogGroupName(String cloudWatchLogGroupName)
AWS Systems Manager Command's CloudWatch log group name.
cloudWatchLogGroupName - AWS Systems Manager Command's CloudWatch log group name.PostLaunchActions.Builder deployment(String deployment)
Deployment type in which AWS Systems Manager Documents will be executed.
deployment - Deployment type in which AWS Systems Manager Documents will be executed.PostLaunchActionsDeploymentType,
PostLaunchActionsDeploymentTypePostLaunchActions.Builder deployment(PostLaunchActionsDeploymentType deployment)
Deployment type in which AWS Systems Manager Documents will be executed.
deployment - Deployment type in which AWS Systems Manager Documents will be executed.PostLaunchActionsDeploymentType,
PostLaunchActionsDeploymentTypePostLaunchActions.Builder s3LogBucket(String s3LogBucket)
AWS Systems Manager Command's logs S3 log bucket.
s3LogBucket - AWS Systems Manager Command's logs S3 log bucket.PostLaunchActions.Builder s3OutputKeyPrefix(String s3OutputKeyPrefix)
AWS Systems Manager Command's logs S3 output key prefix.
s3OutputKeyPrefix - AWS Systems Manager Command's logs S3 output key prefix.PostLaunchActions.Builder ssmDocuments(Collection<SsmDocument> ssmDocuments)
AWS Systems Manager Documents.
ssmDocuments - AWS Systems Manager Documents.PostLaunchActions.Builder ssmDocuments(SsmDocument... ssmDocuments)
AWS Systems Manager Documents.
ssmDocuments - AWS Systems Manager Documents.PostLaunchActions.Builder ssmDocuments(Consumer<SsmDocument.Builder>... ssmDocuments)
AWS Systems Manager Documents.
This is a convenience method that creates an instance of theSsmDocument.Builder avoiding the need to create one
manually via SsmDocument.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #ssmDocuments(List.
ssmDocuments - a consumer that will call methods on
SsmDocument.Builder#ssmDocuments(java.util.Collection) Copyright © 2023. All rights reserved.