public static final class ClusterResource.LoggingPropertiesProperty.Builder extends Object
ClusterResource.LoggingPropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClusterResource.LoggingPropertiesProperty |
build()
Builds the configured instance.
|
ClusterResource.LoggingPropertiesProperty.Builder |
withBucketName(String value)
Sets the value of BucketName
|
ClusterResource.LoggingPropertiesProperty.Builder |
withBucketName(software.amazon.awscdk.Token value)
Sets the value of BucketName
|
ClusterResource.LoggingPropertiesProperty.Builder |
withS3KeyPrefix(String value)
Sets the value of S3KeyPrefix
|
ClusterResource.LoggingPropertiesProperty.Builder |
withS3KeyPrefix(software.amazon.awscdk.Token value)
Sets the value of S3KeyPrefix
|
public ClusterResource.LoggingPropertiesProperty.Builder withBucketName(String value)
value - ``ClusterResource.LoggingPropertiesProperty.BucketName``thispublic ClusterResource.LoggingPropertiesProperty.Builder withBucketName(software.amazon.awscdk.Token value)
value - ``ClusterResource.LoggingPropertiesProperty.BucketName``thispublic ClusterResource.LoggingPropertiesProperty.Builder withS3KeyPrefix(@Nullable String value)
value - ``ClusterResource.LoggingPropertiesProperty.S3KeyPrefix``thispublic ClusterResource.LoggingPropertiesProperty.Builder withS3KeyPrefix(@Nullable software.amazon.awscdk.Token value)
value - ``ClusterResource.LoggingPropertiesProperty.S3KeyPrefix``thispublic ClusterResource.LoggingPropertiesProperty build()
ClusterResource.LoggingPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.