public static interface CfnCluster.LoggingPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.LoggingPropertiesProperty.Builder
A builder for
CfnCluster.LoggingPropertiesProperty |
static class |
CfnCluster.LoggingPropertiesProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.LoggingPropertiesProperty.Builder |
builder() |
Object |
getBucketName()
``CfnCluster.LoggingPropertiesProperty.BucketName``
|
Object |
getS3KeyPrefix()
``CfnCluster.LoggingPropertiesProperty.S3KeyPrefix``
|
void |
setBucketName(String value)
``CfnCluster.LoggingPropertiesProperty.BucketName``
|
void |
setBucketName(software.amazon.awscdk.Token value)
``CfnCluster.LoggingPropertiesProperty.BucketName``
|
void |
setS3KeyPrefix(String value)
``CfnCluster.LoggingPropertiesProperty.S3KeyPrefix``
|
void |
setS3KeyPrefix(software.amazon.awscdk.Token value)
``CfnCluster.LoggingPropertiesProperty.S3KeyPrefix``
|
Object getBucketName()
void setBucketName(String value)
void setBucketName(software.amazon.awscdk.Token value)
Object getS3KeyPrefix()
void setS3KeyPrefix(String value)
void setS3KeyPrefix(software.amazon.awscdk.Token value)
static CfnCluster.LoggingPropertiesProperty.Builder builder()
Copyright © 2018. All rights reserved.