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() |
String |
getBucketName()
``CfnCluster.LoggingPropertiesProperty.BucketName``
|
String |
getS3KeyPrefix()
``CfnCluster.LoggingPropertiesProperty.S3KeyPrefix``
|
void |
setBucketName(String value)
``CfnCluster.LoggingPropertiesProperty.BucketName``
|
void |
setS3KeyPrefix(String value)
``CfnCluster.LoggingPropertiesProperty.S3KeyPrefix``
|
String getBucketName()
void setBucketName(String value)
String getS3KeyPrefix()
void setS3KeyPrefix(String value)
static CfnCluster.LoggingPropertiesProperty.Builder builder()
Copyright © 2019. All rights reserved.