Interface PipelineLoggingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineLoggingConfiguration.Builder,,PipelineLoggingConfiguration> SdkBuilder<PipelineLoggingConfiguration.Builder,,PipelineLoggingConfiguration> SdkPojo
- Enclosing class:
PipelineLoggingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionimageLogGroupName(String imageLogGroupName) Specifies the CloudWatch Logs log group name for image build logs.pipelineLogGroupName(String pipelineLogGroupName) Specifies the CloudWatch Logs log group name for pipeline execution logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
imageLogGroupName
Specifies the CloudWatch Logs log group name for image build logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with
/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/image-name.- Parameters:
imageLogGroupName- Specifies the CloudWatch Logs log group name for image build logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/image-name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineLogGroupName
Specifies the CloudWatch Logs log group name for pipeline execution logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with
/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/pipeline/pipeline-name.- Parameters:
pipelineLogGroupName- Specifies the CloudWatch Logs log group name for pipeline execution logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/pipeline/pipeline-name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-