Class CfnClusterPropsMixin.AuthorizerLogsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.AuthorizerLogsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.AuthorizerLogsProperty>
- Enclosing interface:
CfnClusterPropsMixin.AuthorizerLogsProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.AuthorizerLogsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.AuthorizerLogsProperty>
A builder for
CfnClusterPropsMixin.AuthorizerLogsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchLogs(CfnClusterPropsMixin.CloudWatchLogsProperty cloudWatchLogs) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getCloudWatchLogs()cloudWatchLogs(IResolvable cloudWatchLogs) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getCloudWatchLogs()Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getFirehose()firehose(IResolvable firehose) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getFirehose()Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getS3()s3(IResolvable s3) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchLogs
@Stability(Stable) public CfnClusterPropsMixin.AuthorizerLogsProperty.Builder cloudWatchLogs(IResolvable cloudWatchLogs) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getCloudWatchLogs()- Parameters:
cloudWatchLogs- the value to be set.- Returns:
this
-
cloudWatchLogs
@Stability(Stable) public CfnClusterPropsMixin.AuthorizerLogsProperty.Builder cloudWatchLogs(CfnClusterPropsMixin.CloudWatchLogsProperty cloudWatchLogs) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getCloudWatchLogs()- Parameters:
cloudWatchLogs- the value to be set.- Returns:
this
-
firehose
@Stability(Stable) public CfnClusterPropsMixin.AuthorizerLogsProperty.Builder firehose(IResolvable firehose) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getFirehose()- Parameters:
firehose- the value to be set.- Returns:
this
-
firehose
@Stability(Stable) public CfnClusterPropsMixin.AuthorizerLogsProperty.Builder firehose(CfnClusterPropsMixin.FirehoseProperty firehose) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getFirehose()- Parameters:
firehose- the value to be set.- Returns:
this
-
s3
Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getS3()- Parameters:
s3- the value to be set.- Returns:
this
-
s3
@Stability(Stable) public CfnClusterPropsMixin.AuthorizerLogsProperty.Builder s3(CfnClusterPropsMixin.S3Property s3) Sets the value ofCfnClusterPropsMixin.AuthorizerLogsProperty.getS3()- Parameters:
s3- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.AuthorizerLogsProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.AuthorizerLogsProperty - Throws:
NullPointerException- if any required attribute was not provided
-