Class CfnImagePropsMixin.ImageLoggingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnImagePropsMixin.ImageLoggingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnImagePropsMixin.ImageLoggingConfigurationProperty>
- Enclosing interface:
CfnImagePropsMixin.ImageLoggingConfigurationProperty
@Stability(Stable)
public static final class CfnImagePropsMixin.ImageLoggingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnImagePropsMixin.ImageLoggingConfigurationProperty>
A builder for
CfnImagePropsMixin.ImageLoggingConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logGroupName(String logGroupName) Sets the value ofCfnImagePropsMixin.ImageLoggingConfigurationProperty.getLogGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logGroupName
@Stability(Stable) public CfnImagePropsMixin.ImageLoggingConfigurationProperty.Builder logGroupName(String logGroupName) Sets the value ofCfnImagePropsMixin.ImageLoggingConfigurationProperty.getLogGroupName()- Parameters:
logGroupName- The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to/aws/imagebuilder/image-name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnImagePropsMixin.ImageLoggingConfigurationProperty>- Returns:
- a new instance of
CfnImagePropsMixin.ImageLoggingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-