Interface PipelineLoggingConfiguration.Builder

  • Method Details

    • imageLogGroupName

      PipelineLoggingConfiguration.Builder imageLogGroupName(String 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

      PipelineLoggingConfiguration.Builder pipelineLogGroupName(String 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.