JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class StartBuildBatchRequest

    • Constructor Detail

      • StartBuildBatchRequest

        public StartBuildBatchRequest()
    • Method Detail

      • setProjectName

        public void setProjectName(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
      • getProjectName

        public String getProjectName()

        The name of the project.

        Returns:
        The name of the project.
      • withProjectName

        public StartBuildBatchRequest withProjectName(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecondarySourcesOverride

        public List<ProjectSource> getSecondarySourcesOverride()

        An array of ProjectSource objects that override the secondary sources defined in the batch build project.

        Returns:
        An array of ProjectSource objects that override the secondary sources defined in the batch build project.
      • setSecondarySourcesOverride

        public void setSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)

        An array of ProjectSource objects that override the secondary sources defined in the batch build project.

        Parameters:
        secondarySourcesOverride - An array of ProjectSource objects that override the secondary sources defined in the batch build project.
      • withSecondarySourcesOverride

        public StartBuildBatchRequest withSecondarySourcesOverride(ProjectSource... secondarySourcesOverride)

        An array of ProjectSource objects that override the secondary sources defined in the batch build project.

        NOTE: This method appends the values to the existing list (if any). Use setSecondarySourcesOverride(java.util.Collection) or withSecondarySourcesOverride(java.util.Collection) if you want to override the existing values.

        Parameters:
        secondarySourcesOverride - An array of ProjectSource objects that override the secondary sources defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecondarySourcesOverride

        public StartBuildBatchRequest withSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)

        An array of ProjectSource objects that override the secondary sources defined in the batch build project.

        Parameters:
        secondarySourcesOverride - An array of ProjectSource objects that override the secondary sources defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecondarySourcesVersionOverride

        public List<ProjectSourceVersion> getSecondarySourcesVersionOverride()

        An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.

        Returns:
        An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.
      • setSecondarySourcesVersionOverride

        public void setSecondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)

        An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.

        Parameters:
        secondarySourcesVersionOverride - An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.
      • withSecondarySourcesVersionOverride

        public StartBuildBatchRequest withSecondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)

        An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.

        Parameters:
        secondarySourcesVersionOverride - An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceVersion

        public void setSourceVersion(String sourceVersion)

        The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

        Parameters:
        sourceVersion - The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

      • getSourceVersion

        public String getSourceVersion()

        The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

        Returns:
        The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

      • withSourceVersion

        public StartBuildBatchRequest withSourceVersion(String sourceVersion)

        The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

        Parameters:
        sourceVersion - The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

        CodeCommit

        The commit ID, branch, or Git tag to use.

        GitHub

        The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Bitbucket

        The commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

        Amazon S3

        The version ID of the object that represents the build input ZIP file to use.

        If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

        For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setArtifactsOverride

        public void setArtifactsOverride(ProjectArtifacts artifactsOverride)

        An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

        Parameters:
        artifactsOverride - An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.
      • getArtifactsOverride

        public ProjectArtifacts getArtifactsOverride()

        An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

        Returns:
        An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.
      • withArtifactsOverride

        public StartBuildBatchRequest withArtifactsOverride(ProjectArtifacts artifactsOverride)

        An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

        Parameters:
        artifactsOverride - An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecondaryArtifactsOverride

        public List<ProjectArtifacts> getSecondaryArtifactsOverride()

        An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

        Returns:
        An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.
      • setSecondaryArtifactsOverride

        public void setSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)

        An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

        Parameters:
        secondaryArtifactsOverride - An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.
      • withSecondaryArtifactsOverride

        public StartBuildBatchRequest withSecondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)

        An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

        NOTE: This method appends the values to the existing list (if any). Use setSecondaryArtifactsOverride(java.util.Collection) or withSecondaryArtifactsOverride(java.util.Collection) if you want to override the existing values.

        Parameters:
        secondaryArtifactsOverride - An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecondaryArtifactsOverride

        public StartBuildBatchRequest withSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)

        An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

        Parameters:
        secondaryArtifactsOverride - An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getEnvironmentVariablesOverride

        public List<EnvironmentVariable> getEnvironmentVariablesOverride()

        An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

        Returns:
        An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.
      • setEnvironmentVariablesOverride

        public void setEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)

        An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

        Parameters:
        environmentVariablesOverride - An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.
      • withEnvironmentVariablesOverride

        public StartBuildBatchRequest withEnvironmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)

        An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

        NOTE: This method appends the values to the existing list (if any). Use setEnvironmentVariablesOverride(java.util.Collection) or withEnvironmentVariablesOverride(java.util.Collection) if you want to override the existing values.

        Parameters:
        environmentVariablesOverride - An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEnvironmentVariablesOverride

        public StartBuildBatchRequest withEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)

        An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

        Parameters:
        environmentVariablesOverride - An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceTypeOverride

        public void setSourceTypeOverride(String sourceTypeOverride)

        The source input type that overrides the source input defined in the batch build project.

        Parameters:
        sourceTypeOverride - The source input type that overrides the source input defined in the batch build project.
        See Also:
        SourceType
      • getSourceTypeOverride

        public String getSourceTypeOverride()

        The source input type that overrides the source input defined in the batch build project.

        Returns:
        The source input type that overrides the source input defined in the batch build project.
        See Also:
        SourceType
      • withSourceTypeOverride

        public StartBuildBatchRequest withSourceTypeOverride(String sourceTypeOverride)

        The source input type that overrides the source input defined in the batch build project.

        Parameters:
        sourceTypeOverride - The source input type that overrides the source input defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SourceType
      • withSourceTypeOverride

        public StartBuildBatchRequest withSourceTypeOverride(SourceType sourceTypeOverride)

        The source input type that overrides the source input defined in the batch build project.

        Parameters:
        sourceTypeOverride - The source input type that overrides the source input defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SourceType
      • setSourceLocationOverride

        public void setSourceLocationOverride(String sourceLocationOverride)

        A location that overrides, for this batch build, the source location defined in the batch build project.

        Parameters:
        sourceLocationOverride - A location that overrides, for this batch build, the source location defined in the batch build project.
      • getSourceLocationOverride

        public String getSourceLocationOverride()

        A location that overrides, for this batch build, the source location defined in the batch build project.

        Returns:
        A location that overrides, for this batch build, the source location defined in the batch build project.
      • withSourceLocationOverride

        public StartBuildBatchRequest withSourceLocationOverride(String sourceLocationOverride)

        A location that overrides, for this batch build, the source location defined in the batch build project.

        Parameters:
        sourceLocationOverride - A location that overrides, for this batch build, the source location defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceAuthOverride

        public void setSourceAuthOverride(SourceAuth sourceAuthOverride)

        A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.

        Parameters:
        sourceAuthOverride - A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.
      • getSourceAuthOverride

        public SourceAuth getSourceAuthOverride()

        A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.

        Returns:
        A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.
      • withSourceAuthOverride

        public StartBuildBatchRequest withSourceAuthOverride(SourceAuth sourceAuthOverride)

        A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.

        Parameters:
        sourceAuthOverride - A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGitCloneDepthOverride

        public void setGitCloneDepthOverride(Integer gitCloneDepthOverride)

        The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.

        Parameters:
        gitCloneDepthOverride - The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.
      • getGitCloneDepthOverride

        public Integer getGitCloneDepthOverride()

        The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.

        Returns:
        The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.
      • withGitCloneDepthOverride

        public StartBuildBatchRequest withGitCloneDepthOverride(Integer gitCloneDepthOverride)

        The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.

        Parameters:
        gitCloneDepthOverride - The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGitSubmodulesConfigOverride

        public void setGitSubmodulesConfigOverride(GitSubmodulesConfig gitSubmodulesConfigOverride)

        A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.

        Parameters:
        gitSubmodulesConfigOverride - A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
      • getGitSubmodulesConfigOverride

        public GitSubmodulesConfig getGitSubmodulesConfigOverride()

        A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.

        Returns:
        A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
      • withGitSubmodulesConfigOverride

        public StartBuildBatchRequest withGitSubmodulesConfigOverride(GitSubmodulesConfig gitSubmodulesConfigOverride)

        A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.

        Parameters:
        gitSubmodulesConfigOverride - A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBuildspecOverride

        public void setBuildspecOverride(String buildspecOverride)

        A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

        Parameters:
        buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

      • getBuildspecOverride

        public String getBuildspecOverride()

        A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

        Returns:
        A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

      • withBuildspecOverride

        public StartBuildBatchRequest withBuildspecOverride(String buildspecOverride)

        A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

        Parameters:
        buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

        If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInsecureSslOverride

        public void setInsecureSslOverride(Boolean insecureSslOverride)

        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

        Parameters:
        insecureSslOverride - Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.
      • getInsecureSslOverride

        public Boolean getInsecureSslOverride()

        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

        Returns:
        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.
      • withInsecureSslOverride

        public StartBuildBatchRequest withInsecureSslOverride(Boolean insecureSslOverride)

        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

        Parameters:
        insecureSslOverride - Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isInsecureSslOverride

        public Boolean isInsecureSslOverride()

        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

        Returns:
        Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.
      • setReportBuildBatchStatusOverride

        public void setReportBuildBatchStatusOverride(Boolean reportBuildBatchStatusOverride)

        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

        Parameters:
        reportBuildBatchStatusOverride - Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

      • getReportBuildBatchStatusOverride

        public Boolean getReportBuildBatchStatusOverride()

        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

        Returns:
        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

      • withReportBuildBatchStatusOverride

        public StartBuildBatchRequest withReportBuildBatchStatusOverride(Boolean reportBuildBatchStatusOverride)

        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

        Parameters:
        reportBuildBatchStatusOverride - Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isReportBuildBatchStatusOverride

        public Boolean isReportBuildBatchStatusOverride()

        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

        Returns:
        Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

        The status of a build triggered by a webhook is always reported to your source provider.

      • setEnvironmentTypeOverride

        public void setEnvironmentTypeOverride(String environmentTypeOverride)

        A container type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        environmentTypeOverride - A container type for this batch build that overrides the one specified in the batch build project.
        See Also:
        EnvironmentType
      • getEnvironmentTypeOverride

        public String getEnvironmentTypeOverride()

        A container type for this batch build that overrides the one specified in the batch build project.

        Returns:
        A container type for this batch build that overrides the one specified in the batch build project.
        See Also:
        EnvironmentType
      • withEnvironmentTypeOverride

        public StartBuildBatchRequest withEnvironmentTypeOverride(String environmentTypeOverride)

        A container type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        environmentTypeOverride - A container type for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentType
      • withEnvironmentTypeOverride

        public StartBuildBatchRequest withEnvironmentTypeOverride(EnvironmentType environmentTypeOverride)

        A container type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        environmentTypeOverride - A container type for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentType
      • setImageOverride

        public void setImageOverride(String imageOverride)

        The name of an image for this batch build that overrides the one specified in the batch build project.

        Parameters:
        imageOverride - The name of an image for this batch build that overrides the one specified in the batch build project.
      • getImageOverride

        public String getImageOverride()

        The name of an image for this batch build that overrides the one specified in the batch build project.

        Returns:
        The name of an image for this batch build that overrides the one specified in the batch build project.
      • withImageOverride

        public StartBuildBatchRequest withImageOverride(String imageOverride)

        The name of an image for this batch build that overrides the one specified in the batch build project.

        Parameters:
        imageOverride - The name of an image for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComputeTypeOverride

        public void setComputeTypeOverride(String computeTypeOverride)

        The name of a compute type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        computeTypeOverride - The name of a compute type for this batch build that overrides the one specified in the batch build project.
        See Also:
        ComputeType
      • getComputeTypeOverride

        public String getComputeTypeOverride()

        The name of a compute type for this batch build that overrides the one specified in the batch build project.

        Returns:
        The name of a compute type for this batch build that overrides the one specified in the batch build project.
        See Also:
        ComputeType
      • withComputeTypeOverride

        public StartBuildBatchRequest withComputeTypeOverride(String computeTypeOverride)

        The name of a compute type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        computeTypeOverride - The name of a compute type for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputeType
      • withComputeTypeOverride

        public StartBuildBatchRequest withComputeTypeOverride(ComputeType computeTypeOverride)

        The name of a compute type for this batch build that overrides the one specified in the batch build project.

        Parameters:
        computeTypeOverride - The name of a compute type for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputeType
      • setCertificateOverride

        public void setCertificateOverride(String certificateOverride)

        The name of a certificate for this batch build that overrides the one specified in the batch build project.

        Parameters:
        certificateOverride - The name of a certificate for this batch build that overrides the one specified in the batch build project.
      • getCertificateOverride

        public String getCertificateOverride()

        The name of a certificate for this batch build that overrides the one specified in the batch build project.

        Returns:
        The name of a certificate for this batch build that overrides the one specified in the batch build project.
      • withCertificateOverride

        public StartBuildBatchRequest withCertificateOverride(String certificateOverride)

        The name of a certificate for this batch build that overrides the one specified in the batch build project.

        Parameters:
        certificateOverride - The name of a certificate for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCacheOverride

        public void setCacheOverride(ProjectCache cacheOverride)

        A ProjectCache object that specifies cache overrides.

        Parameters:
        cacheOverride - A ProjectCache object that specifies cache overrides.
      • getCacheOverride

        public ProjectCache getCacheOverride()

        A ProjectCache object that specifies cache overrides.

        Returns:
        A ProjectCache object that specifies cache overrides.
      • withCacheOverride

        public StartBuildBatchRequest withCacheOverride(ProjectCache cacheOverride)

        A ProjectCache object that specifies cache overrides.

        Parameters:
        cacheOverride - A ProjectCache object that specifies cache overrides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceRoleOverride

        public void setServiceRoleOverride(String serviceRoleOverride)

        The name of a service role for this batch build that overrides the one specified in the batch build project.

        Parameters:
        serviceRoleOverride - The name of a service role for this batch build that overrides the one specified in the batch build project.
      • getServiceRoleOverride

        public String getServiceRoleOverride()

        The name of a service role for this batch build that overrides the one specified in the batch build project.

        Returns:
        The name of a service role for this batch build that overrides the one specified in the batch build project.
      • withServiceRoleOverride

        public StartBuildBatchRequest withServiceRoleOverride(String serviceRoleOverride)

        The name of a service role for this batch build that overrides the one specified in the batch build project.

        Parameters:
        serviceRoleOverride - The name of a service role for this batch build that overrides the one specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPrivilegedModeOverride

        public void setPrivilegedModeOverride(Boolean privilegedModeOverride)

        Enable this flag to override privileged mode in the batch build project.

        Parameters:
        privilegedModeOverride - Enable this flag to override privileged mode in the batch build project.
      • getPrivilegedModeOverride

        public Boolean getPrivilegedModeOverride()

        Enable this flag to override privileged mode in the batch build project.

        Returns:
        Enable this flag to override privileged mode in the batch build project.
      • withPrivilegedModeOverride

        public StartBuildBatchRequest withPrivilegedModeOverride(Boolean privilegedModeOverride)

        Enable this flag to override privileged mode in the batch build project.

        Parameters:
        privilegedModeOverride - Enable this flag to override privileged mode in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isPrivilegedModeOverride

        public Boolean isPrivilegedModeOverride()

        Enable this flag to override privileged mode in the batch build project.

        Returns:
        Enable this flag to override privileged mode in the batch build project.
      • setBuildTimeoutInMinutesOverride

        public void setBuildTimeoutInMinutesOverride(Integer buildTimeoutInMinutesOverride)

        Overrides the build timeout specified in the batch build project.

        Parameters:
        buildTimeoutInMinutesOverride - Overrides the build timeout specified in the batch build project.
      • getBuildTimeoutInMinutesOverride

        public Integer getBuildTimeoutInMinutesOverride()

        Overrides the build timeout specified in the batch build project.

        Returns:
        Overrides the build timeout specified in the batch build project.
      • withBuildTimeoutInMinutesOverride

        public StartBuildBatchRequest withBuildTimeoutInMinutesOverride(Integer buildTimeoutInMinutesOverride)

        Overrides the build timeout specified in the batch build project.

        Parameters:
        buildTimeoutInMinutesOverride - Overrides the build timeout specified in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQueuedTimeoutInMinutesOverride

        public void setQueuedTimeoutInMinutesOverride(Integer queuedTimeoutInMinutesOverride)

        The number of minutes a batch build is allowed to be queued before it times out.

        Parameters:
        queuedTimeoutInMinutesOverride - The number of minutes a batch build is allowed to be queued before it times out.
      • getQueuedTimeoutInMinutesOverride

        public Integer getQueuedTimeoutInMinutesOverride()

        The number of minutes a batch build is allowed to be queued before it times out.

        Returns:
        The number of minutes a batch build is allowed to be queued before it times out.
      • withQueuedTimeoutInMinutesOverride

        public StartBuildBatchRequest withQueuedTimeoutInMinutesOverride(Integer queuedTimeoutInMinutesOverride)

        The number of minutes a batch build is allowed to be queued before it times out.

        Parameters:
        queuedTimeoutInMinutesOverride - The number of minutes a batch build is allowed to be queued before it times out.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncryptionKeyOverride

        public void setEncryptionKeyOverride(String encryptionKeyOverride)

        The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

        Parameters:
        encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

      • getEncryptionKeyOverride

        public String getEncryptionKeyOverride()

        The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

        Returns:
        The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

      • withEncryptionKeyOverride

        public StartBuildBatchRequest withEncryptionKeyOverride(String encryptionKeyOverride)

        The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

        Parameters:
        encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

        You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

        You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdempotencyToken

        public void setIdempotencyToken(String idempotencyToken)

        A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

        Parameters:
        idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.
      • getIdempotencyToken

        public String getIdempotencyToken()

        A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

        Returns:
        A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.
      • withIdempotencyToken

        public StartBuildBatchRequest withIdempotencyToken(String idempotencyToken)

        A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

        Parameters:
        idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLogsConfigOverride

        public void setLogsConfigOverride(LogsConfig logsConfigOverride)

        A LogsConfig object that override the log settings defined in the batch build project.

        Parameters:
        logsConfigOverride - A LogsConfig object that override the log settings defined in the batch build project.
      • getLogsConfigOverride

        public LogsConfig getLogsConfigOverride()

        A LogsConfig object that override the log settings defined in the batch build project.

        Returns:
        A LogsConfig object that override the log settings defined in the batch build project.
      • withLogsConfigOverride

        public StartBuildBatchRequest withLogsConfigOverride(LogsConfig logsConfigOverride)

        A LogsConfig object that override the log settings defined in the batch build project.

        Parameters:
        logsConfigOverride - A LogsConfig object that override the log settings defined in the batch build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRegistryCredentialOverride

        public void setRegistryCredentialOverride(RegistryCredential registryCredentialOverride)

        A RegistryCredential object that overrides credentials for access to a private registry.

        Parameters:
        registryCredentialOverride - A RegistryCredential object that overrides credentials for access to a private registry.
      • getRegistryCredentialOverride

        public RegistryCredential getRegistryCredentialOverride()

        A RegistryCredential object that overrides credentials for access to a private registry.

        Returns:
        A RegistryCredential object that overrides credentials for access to a private registry.
      • withRegistryCredentialOverride

        public StartBuildBatchRequest withRegistryCredentialOverride(RegistryCredential registryCredentialOverride)

        A RegistryCredential object that overrides credentials for access to a private registry.

        Parameters:
        registryCredentialOverride - A RegistryCredential object that overrides credentials for access to a private registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImagePullCredentialsTypeOverride

        public void setImagePullCredentialsTypeOverride(String imagePullCredentialsTypeOverride)

        The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Parameters:
        imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        See Also:
        ImagePullCredentialsType
      • getImagePullCredentialsTypeOverride

        public String getImagePullCredentialsTypeOverride()

        The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Returns:
        The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        See Also:
        ImagePullCredentialsType
      • withImagePullCredentialsTypeOverride

        public StartBuildBatchRequest withImagePullCredentialsTypeOverride(String imagePullCredentialsTypeOverride)

        The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Parameters:
        imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImagePullCredentialsType
      • withImagePullCredentialsTypeOverride

        public StartBuildBatchRequest withImagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)

        The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Parameters:
        imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

        CODEBUILD

        Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.

        SERVICE_ROLE

        Specifies that CodeBuild uses your build project's service role.

        When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImagePullCredentialsType
      • setBuildBatchConfigOverride

        public void setBuildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)

        A BuildBatchConfigOverride object that contains batch build configuration overrides.

        Parameters:
        buildBatchConfigOverride - A BuildBatchConfigOverride object that contains batch build configuration overrides.
      • getBuildBatchConfigOverride

        public ProjectBuildBatchConfig getBuildBatchConfigOverride()

        A BuildBatchConfigOverride object that contains batch build configuration overrides.

        Returns:
        A BuildBatchConfigOverride object that contains batch build configuration overrides.
      • withBuildBatchConfigOverride

        public StartBuildBatchRequest withBuildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)

        A BuildBatchConfigOverride object that contains batch build configuration overrides.

        Parameters:
        buildBatchConfigOverride - A BuildBatchConfigOverride object that contains batch build configuration overrides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDebugSessionEnabled

        public void setDebugSessionEnabled(Boolean debugSessionEnabled)

        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

        Parameters:
        debugSessionEnabled - Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.
      • getDebugSessionEnabled

        public Boolean getDebugSessionEnabled()

        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

        Returns:
        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.
      • withDebugSessionEnabled

        public StartBuildBatchRequest withDebugSessionEnabled(Boolean debugSessionEnabled)

        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

        Parameters:
        debugSessionEnabled - Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDebugSessionEnabled

        public Boolean isDebugSessionEnabled()

        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

        Returns:
        Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /