Interface PipelineLoggingConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipelineLoggingConfiguration.Builder,,- PipelineLoggingConfiguration> - SdkBuilder<PipelineLoggingConfiguration.Builder,,- PipelineLoggingConfiguration> - SdkPojo
- Enclosing class:
- PipelineLoggingConfiguration
@Mutable
@NotThreadSafe
public static interface PipelineLoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<PipelineLoggingConfiguration.Builder,PipelineLoggingConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionimageLogGroupName(String imageLogGroupName) The log group name that Image Builder uses for image creation.pipelineLogGroupName(String pipelineLogGroupName) The log group name that Image Builder uses for the log output during creation of a new pipeline.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- 
imageLogGroupNameThe log group name that Image Builder uses for image creation. If not specified, the log group name defaults to /aws/imagebuilder/image-name.- Parameters:
- imageLogGroupName- 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.
 
- 
pipelineLogGroupNameThe log group name that Image Builder uses for the log output during creation of a new pipeline. If not specified, the pipeline log group name defaults to /aws/imagebuilder/pipeline/pipeline-name.- Parameters:
- pipelineLogGroupName- The log group name that Image Builder uses for the log output during creation of a new pipeline. If not specified, the pipeline log group name defaults to- /aws/imagebuilder/pipeline/pipeline-name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-