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 Summary
Modifier 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.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
-
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
.- 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.
-
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
.- 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.
-