Class CfnChannel.LogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackage.CfnChannel.LogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.LogConfigurationProperty>
- Enclosing interface:
CfnChannel.LogConfigurationProperty
@Stability(Stable)
public static final class CfnChannel.LogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.LogConfigurationProperty>
A builder for
CfnChannel.LogConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logGroupName(String logGroupName) Sets the value ofCfnChannel.LogConfigurationProperty.getLogGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logGroupName
@Stability(Stable) public CfnChannel.LogConfigurationProperty.Builder logGroupName(String logGroupName) Sets the value ofCfnChannel.LogConfigurationProperty.getLogGroupName()- Parameters:
logGroupName- Sets a custom Amazon CloudWatch log group name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.LogConfigurationProperty>- Returns:
- a new instance of
CfnChannel.LogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-