Interface ImageLoggingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImageLoggingConfiguration.Builder,
,ImageLoggingConfiguration> SdkBuilder<ImageLoggingConfiguration.Builder,
,ImageLoggingConfiguration> SdkPojo
- Enclosing class:
ImageLoggingConfiguration
@Mutable
@NotThreadSafe
public static interface ImageLoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ImageLoggingConfiguration.Builder,ImageLoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupName
(String logGroupName) The log group name that Image Builder uses for image creation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
.- 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:
- Returns a reference to this object so that method calls can be chained together.
-