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