Class CfnWorkflowPropsMixin.LoggingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.LoggingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.LoggingConfigurationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.LoggingConfigurationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.LoggingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.LoggingConfigurationProperty>
A builder for
CfnWorkflowPropsMixin.LoggingConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logGroupName(String logGroupName) Sets the value ofCfnWorkflowPropsMixin.LoggingConfigurationProperty.getLogGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logGroupName
@Stability(Stable) public CfnWorkflowPropsMixin.LoggingConfigurationProperty.Builder logGroupName(String logGroupName) Sets the value ofCfnWorkflowPropsMixin.LoggingConfigurationProperty.getLogGroupName()- Parameters:
logGroupName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.LoggingConfigurationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.LoggingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-