public static final class CfnCluster.LoggingPropertiesProperty.Builder
extends java.lang.Object
CfnCluster.LoggingPropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCluster.LoggingPropertiesProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnCluster.LoggingPropertiesProperty.getBucketName() |
CfnCluster.LoggingPropertiesProperty |
build()
Builds the configured instance.
|
CfnCluster.LoggingPropertiesProperty.Builder |
s3KeyPrefix(java.lang.String s3KeyPrefix)
Sets the value of
CfnCluster.LoggingPropertiesProperty.getS3KeyPrefix() |
public CfnCluster.LoggingPropertiesProperty.Builder bucketName(java.lang.String bucketName)
CfnCluster.LoggingPropertiesProperty.getBucketName()
bucketName
- The name of an existing S3 bucket where the log files are to be stored. This parameter is required.
Constraints:
this
public CfnCluster.LoggingPropertiesProperty.Builder s3KeyPrefix(java.lang.String s3KeyPrefix)
CfnCluster.LoggingPropertiesProperty.getS3KeyPrefix()
s3KeyPrefix
- The prefix applied to the log file names.
Constraints:
this
public CfnCluster.LoggingPropertiesProperty build()
CfnCluster.LoggingPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided