Interface PostLaunchActions.Builder

    • Method Detail

      • cloudWatchLogGroupName

        PostLaunchActions.Builder cloudWatchLogGroupName​(String cloudWatchLogGroupName)

        AWS Systems Manager Command's CloudWatch log group name.

        Parameters:
        cloudWatchLogGroupName - AWS Systems Manager Command's CloudWatch log group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3LogBucket

        PostLaunchActions.Builder s3LogBucket​(String s3LogBucket)

        AWS Systems Manager Command's logs S3 log bucket.

        Parameters:
        s3LogBucket - AWS Systems Manager Command's logs S3 log bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3OutputKeyPrefix

        PostLaunchActions.Builder s3OutputKeyPrefix​(String s3OutputKeyPrefix)

        AWS Systems Manager Command's logs S3 output key prefix.

        Parameters:
        s3OutputKeyPrefix - AWS Systems Manager Command's logs S3 output key prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ssmDocuments

        PostLaunchActions.Builder ssmDocuments​(Collection<SsmDocument> ssmDocuments)

        AWS Systems Manager Documents.

        Parameters:
        ssmDocuments - AWS Systems Manager Documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ssmDocuments

        PostLaunchActions.Builder ssmDocuments​(SsmDocument... ssmDocuments)

        AWS Systems Manager Documents.

        Parameters:
        ssmDocuments - AWS Systems Manager Documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.