Class CfnFunction.LogGroupSAMPTProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sam.CfnFunction.LogGroupSAMPTProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.LogGroupSAMPTProperty>
- Enclosing interface:
CfnFunction.LogGroupSAMPTProperty
@Stability(Stable)
public static final class CfnFunction.LogGroupSAMPTProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.LogGroupSAMPTProperty>
A builder for
CfnFunction.LogGroupSAMPTProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logGroupName(String logGroupName) Sets the value ofCfnFunction.LogGroupSAMPTProperty.getLogGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logGroupName
@Stability(Stable) public CfnFunction.LogGroupSAMPTProperty.Builder logGroupName(String logGroupName) Sets the value ofCfnFunction.LogGroupSAMPTProperty.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<CfnFunction.LogGroupSAMPTProperty>- Returns:
- a new instance of
CfnFunction.LogGroupSAMPTProperty - Throws:
NullPointerException- if any required attribute was not provided
-