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 SummaryModifier and TypeMethodDescriptionlogGroupName(String logGroupName) The log group name that Image Builder uses for image creation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
logGroupNameThe 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.
 
 
-