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