Skip to content

/AWS1/CL_BLD=>STARTBUILD()

About StartBuild

Starts running a build with the settings defined in the project. These setting include: how to run a build, where to get the source code, which build environment to use, which build commands to run, and where to store the build output.

You can also start a build run by overriding some of the build settings in the project. The overrides only apply for that specific start build request. The settings in the project are unaltered.

Method Signature

IMPORTING

Required arguments:

iv_projectname TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING

The name of the CodeBuild build project to start running a build.

Optional arguments:

it_secondarysourcesoverride TYPE /AWS1/CL_BLDPROJECTSOURCE=>TT_PROJECTSOURCES TT_PROJECTSOURCES

An array of ProjectSource objects.

it_secsourcesversionoverride TYPE /AWS1/CL_BLDPROJECTSOURCEVRS=>TT_PROJECTSECSOURCEVERSIONS TT_PROJECTSECSOURCEVERSIONS

An array of ProjectSourceVersion objects that specify one or more versions of the project's secondary sources to be used for this build only.

iv_sourceversion TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

The version of the 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.

GitLab

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

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.

io_artifactsoverride TYPE REF TO /AWS1/CL_BLDPROJECTARTIFACTS /AWS1/CL_BLDPROJECTARTIFACTS

Build output artifact settings that override, for this build only, the latest ones already defined in the build project.

it_secartifactsoverride TYPE /AWS1/CL_BLDPROJECTARTIFACTS=>TT_PROJECTARTIFACTSLIST TT_PROJECTARTIFACTSLIST

An array of ProjectArtifacts objects.

it_environmentvariablesove00 TYPE /AWS1/CL_BLDENVIRONMENTVARIA00=>TT_ENVIRONMENTVARIABLES TT_ENVIRONMENTVARIABLES

A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.

iv_sourcetypeoverride TYPE /AWS1/BLDSOURCETYPE /AWS1/BLDSOURCETYPE

A source input type, for this build, that overrides the source input defined in the build project.

iv_sourcelocationoverride TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

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

io_sourceauthoverride TYPE REF TO /AWS1/CL_BLDSOURCEAUTH /AWS1/CL_BLDSOURCEAUTH

An authorization type for this build that overrides the one defined in the build project. This override applies only if the build project's source is BitBucket, GitHub, GitLab, or GitLab Self Managed.

iv_gitclonedepthoverride TYPE /AWS1/BLDGITCLONEDEPTH /AWS1/BLDGITCLONEDEPTH

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

io_gitsubmodulescfgoverride TYPE REF TO /AWS1/CL_BLDGITSUBMODULESCFG /AWS1/CL_BLDGITSUBMODULESCFG

Information about the Git submodules configuration for this build of an CodeBuild build project.

iv_buildspecoverride TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

A buildspec file declaration that overrides the latest one defined in the build project, for this build only. The buildspec defined on the project is not changed.

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.

Since this property allows you to change the build commands that will run in the container, you should note that an IAM principal with the ability to call this API and set this parameter can override the default settings. Moreover, we encourage that you use a trustworthy buildspec location like a file in your source repository or a Amazon S3 bucket.

iv_insecuressloverride TYPE /AWS1/BLDWRAPPERBOOLEAN /AWS1/BLDWRAPPERBOOLEAN

Enable this flag to override the insecure SSL setting that is specified in the 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.

iv_reportbuildstatusoverride TYPE /AWS1/BLDWRAPPERBOOLEAN /AWS1/BLDWRAPPERBOOLEAN

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

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

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

io_buildstatusconfigoverride TYPE REF TO /AWS1/CL_BLDBUILDSTATUSCONFIG /AWS1/CL_BLDBUILDSTATUSCONFIG

Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

iv_environmenttypeoverride TYPE /AWS1/BLDENVIRONMENTTYPE /AWS1/BLDENVIRONMENTTYPE

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

iv_imageoverride TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING

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

iv_computetypeoverride TYPE /AWS1/BLDCOMPUTETYPE /AWS1/BLDCOMPUTETYPE

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

iv_certificateoverride TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

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

io_cacheoverride TYPE REF TO /AWS1/CL_BLDPROJECTCACHE /AWS1/CL_BLDPROJECTCACHE

A ProjectCache object specified for this build that overrides the one defined in the build project.

iv_serviceroleoverride TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING

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

iv_privilegedmodeoverride TYPE /AWS1/BLDWRAPPERBOOLEAN /AWS1/BLDWRAPPERBOOLEAN

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

iv_timeoutinminutesoverride TYPE /AWS1/BLDBUILDTIMEOUT /AWS1/BLDBUILDTIMEOUT

The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest setting already defined in the build project.

iv_queuedtmoutinminsoverride TYPE /AWS1/BLDTIMEOUT /AWS1/BLDTIMEOUT

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

iv_encryptionkeyoverride TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING

The Key Management Service customer master key (CMK) that overrides the one specified in the 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/).

iv_idempotencytoken TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

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

io_logsconfigoverride TYPE REF TO /AWS1/CL_BLDLOGSCONFIG /AWS1/CL_BLDLOGSCONFIG

Log settings for this build that override the log settings defined in the build project.

io_registrycredoverride TYPE REF TO /AWS1/CL_BLDREGISTRYCREDENTIAL /AWS1/CL_BLDREGISTRYCREDENTIAL

The credentials for access to a private registry.

iv_imagepullcredstypeoverr00 TYPE /AWS1/BLDIMAGEPULLCREDSTYPE /AWS1/BLDIMAGEPULLCREDSTYPE

The type of credentials CodeBuild uses to pull images in your 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.

iv_debugsessionenabled TYPE /AWS1/BLDWRAPPERBOOLEAN /AWS1/BLDWRAPPERBOOLEAN

Specifies if session debugging is enabled for this build. For more information, see Viewing a running build in Session Manager.

io_fleetoverride TYPE REF TO /AWS1/CL_BLDPROJECTFLEET /AWS1/CL_BLDPROJECTFLEET

A ProjectFleet object specified for this build that overrides the one defined in the build project.

iv_autoretrylimitoverride TYPE /AWS1/BLDWRAPPERINT /AWS1/BLDWRAPPERINT

The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the RetryBuild API to automatically retry your build for up to 2 additional times.

RETURNING

oo_output TYPE REF TO /aws1/cl_bldstartbuildoutput /AWS1/CL_BLDSTARTBUILDOUTPUT

Domain /AWS1/RT_ACCOUNT_ID
Primitive Type NUMC

Examples

Syntax Example

This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.

DATA(lo_result) = lo_client->/aws1/if_bld~startbuild(
  io_artifactsoverride = new /aws1/cl_bldprojectartifacts(
    iv_artifactidentifier = |string|
    iv_bucketowneraccess = |string|
    iv_encryptiondisabled = ABAP_TRUE
    iv_location = |string|
    iv_name = |string|
    iv_namespacetype = |string|
    iv_overrideartifactname = ABAP_TRUE
    iv_packaging = |string|
    iv_path = |string|
    iv_type = |string|
  )
  io_buildstatusconfigoverride = new /aws1/cl_bldbuildstatusconfig(
    iv_context = |string|
    iv_targeturl = |string|
  )
  io_cacheoverride = new /aws1/cl_bldprojectcache(
    it_modes = VALUE /aws1/cl_bldprojectcachemdes_w=>tt_projectcachemodes(
      ( new /aws1/cl_bldprojectcachemdes_w( |string| ) )
    )
    iv_cachenamespace = |string|
    iv_location = |string|
    iv_type = |string|
  )
  io_fleetoverride = new /aws1/cl_bldprojectfleet( |string| )
  io_gitsubmodulescfgoverride = new /aws1/cl_bldgitsubmodulescfg( ABAP_TRUE )
  io_logsconfigoverride = new /aws1/cl_bldlogsconfig(
    io_cloudwatchlogs = new /aws1/cl_bldcloudwatchlogscfg(
      iv_groupname = |string|
      iv_status = |string|
      iv_streamname = |string|
    )
    io_s3logs = new /aws1/cl_blds3logsconfig(
      iv_bucketowneraccess = |string|
      iv_encryptiondisabled = ABAP_TRUE
      iv_location = |string|
      iv_status = |string|
    )
  )
  io_registrycredoverride = new /aws1/cl_bldregistrycredential(
    iv_credential = |string|
    iv_credentialprovider = |string|
  )
  io_sourceauthoverride = new /aws1/cl_bldsourceauth(
    iv_resource = |string|
    iv_type = |string|
  )
  it_environmentvariablesove00 = VALUE /aws1/cl_bldenvironmentvaria00=>tt_environmentvariables(
    (
      new /aws1/cl_bldenvironmentvaria00(
        iv_name = |string|
        iv_type = |string|
        iv_value = |string|
      )
    )
  )
  it_secartifactsoverride = VALUE /aws1/cl_bldprojectartifacts=>tt_projectartifactslist(
    (
      new /aws1/cl_bldprojectartifacts(
        iv_artifactidentifier = |string|
        iv_bucketowneraccess = |string|
        iv_encryptiondisabled = ABAP_TRUE
        iv_location = |string|
        iv_name = |string|
        iv_namespacetype = |string|
        iv_overrideartifactname = ABAP_TRUE
        iv_packaging = |string|
        iv_path = |string|
        iv_type = |string|
      )
    )
  )
  it_secondarysourcesoverride = VALUE /aws1/cl_bldprojectsource=>tt_projectsources(
    (
      new /aws1/cl_bldprojectsource(
        io_auth = new /aws1/cl_bldsourceauth(
          iv_resource = |string|
          iv_type = |string|
        )
        io_buildstatusconfig = new /aws1/cl_bldbuildstatusconfig(
          iv_context = |string|
          iv_targeturl = |string|
        )
        io_gitsubmodulesconfig = new /aws1/cl_bldgitsubmodulescfg( ABAP_TRUE )
        iv_buildspec = |string|
        iv_gitclonedepth = 123
        iv_insecuressl = ABAP_TRUE
        iv_location = |string|
        iv_reportbuildstatus = ABAP_TRUE
        iv_sourceidentifier = |string|
        iv_type = |string|
      )
    )
  )
  it_secsourcesversionoverride = VALUE /aws1/cl_bldprojectsourcevrs=>tt_projectsecsourceversions(
    (
      new /aws1/cl_bldprojectsourcevrs(
        iv_sourceidentifier = |string|
        iv_sourceversion = |string|
      )
    )
  )
  iv_autoretrylimitoverride = 123
  iv_buildspecoverride = |string|
  iv_certificateoverride = |string|
  iv_computetypeoverride = |string|
  iv_debugsessionenabled = ABAP_TRUE
  iv_encryptionkeyoverride = |string|
  iv_environmenttypeoverride = |string|
  iv_gitclonedepthoverride = 123
  iv_idempotencytoken = |string|
  iv_imageoverride = |string|
  iv_imagepullcredstypeoverr00 = |string|
  iv_insecuressloverride = ABAP_TRUE
  iv_privilegedmodeoverride = ABAP_TRUE
  iv_projectname = |string|
  iv_queuedtmoutinminsoverride = 123
  iv_reportbuildstatusoverride = ABAP_TRUE
  iv_serviceroleoverride = |string|
  iv_sourcelocationoverride = |string|
  iv_sourcetypeoverride = |string|
  iv_sourceversion = |string|
  iv_timeoutinminutesoverride = 123
).

This is an example of reading all possible response values

lo_result = lo_result.
IF lo_result IS NOT INITIAL.
  lo_build = lo_result->get_build( ).
  IF lo_build IS NOT INITIAL.
    lv_nonemptystring = lo_build->get_id( ).
    lv_nonemptystring = lo_build->get_arn( ).
    lv_wrapperlong = lo_build->get_buildnumber( ).
    lv_timestamp = lo_build->get_starttime( ).
    lv_timestamp = lo_build->get_endtime( ).
    lv_string = lo_build->get_currentphase( ).
    lv_statustype = lo_build->get_buildstatus( ).
    lv_nonemptystring = lo_build->get_sourceversion( ).
    lv_nonemptystring = lo_build->get_resolvedsourceversion( ).
    lv_nonemptystring = lo_build->get_projectname( ).
    LOOP AT lo_build->get_phases( ) into lo_row.
      lo_row_1 = lo_row.
      IF lo_row_1 IS NOT INITIAL.
        lv_buildphasetype = lo_row_1->get_phasetype( ).
        lv_statustype = lo_row_1->get_phasestatus( ).
        lv_timestamp = lo_row_1->get_starttime( ).
        lv_timestamp = lo_row_1->get_endtime( ).
        lv_wrapperlong = lo_row_1->get_durationinseconds( ).
        LOOP AT lo_row_1->get_contexts( ) into lo_row_2.
          lo_row_3 = lo_row_2.
          IF lo_row_3 IS NOT INITIAL.
            lv_string = lo_row_3->get_statuscode( ).
            lv_string = lo_row_3->get_message( ).
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDLOOP.
    lo_projectsource = lo_build->get_source( ).
    IF lo_projectsource IS NOT INITIAL.
      lv_sourcetype = lo_projectsource->get_type( ).
      lv_string = lo_projectsource->get_location( ).
      lv_gitclonedepth = lo_projectsource->get_gitclonedepth( ).
      lo_gitsubmodulesconfig = lo_projectsource->get_gitsubmodulesconfig( ).
      IF lo_gitsubmodulesconfig IS NOT INITIAL.
        lv_wrapperboolean = lo_gitsubmodulesconfig->get_fetchsubmodules( ).
      ENDIF.
      lv_string = lo_projectsource->get_buildspec( ).
      lo_sourceauth = lo_projectsource->get_auth( ).
      IF lo_sourceauth IS NOT INITIAL.
        lv_sourceauthtype = lo_sourceauth->get_type( ).
        lv_string = lo_sourceauth->get_resource( ).
      ENDIF.
      lv_wrapperboolean = lo_projectsource->get_reportbuildstatus( ).
      lo_buildstatusconfig = lo_projectsource->get_buildstatusconfig( ).
      IF lo_buildstatusconfig IS NOT INITIAL.
        lv_string = lo_buildstatusconfig->get_context( ).
        lv_string = lo_buildstatusconfig->get_targeturl( ).
      ENDIF.
      lv_wrapperboolean = lo_projectsource->get_insecuressl( ).
      lv_string = lo_projectsource->get_sourceidentifier( ).
    ENDIF.
    LOOP AT lo_build->get_secondarysources( ) into lo_row_4.
      lo_row_5 = lo_row_4.
      IF lo_row_5 IS NOT INITIAL.
        lv_sourcetype = lo_row_5->get_type( ).
        lv_string = lo_row_5->get_location( ).
        lv_gitclonedepth = lo_row_5->get_gitclonedepth( ).
        lo_gitsubmodulesconfig = lo_row_5->get_gitsubmodulesconfig( ).
        IF lo_gitsubmodulesconfig IS NOT INITIAL.
          lv_wrapperboolean = lo_gitsubmodulesconfig->get_fetchsubmodules( ).
        ENDIF.
        lv_string = lo_row_5->get_buildspec( ).
        lo_sourceauth = lo_row_5->get_auth( ).
        IF lo_sourceauth IS NOT INITIAL.
          lv_sourceauthtype = lo_sourceauth->get_type( ).
          lv_string = lo_sourceauth->get_resource( ).
        ENDIF.
        lv_wrapperboolean = lo_row_5->get_reportbuildstatus( ).
        lo_buildstatusconfig = lo_row_5->get_buildstatusconfig( ).
        IF lo_buildstatusconfig IS NOT INITIAL.
          lv_string = lo_buildstatusconfig->get_context( ).
          lv_string = lo_buildstatusconfig->get_targeturl( ).
        ENDIF.
        lv_wrapperboolean = lo_row_5->get_insecuressl( ).
        lv_string = lo_row_5->get_sourceidentifier( ).
      ENDIF.
    ENDLOOP.
    LOOP AT lo_build->get_secondarysourceversions( ) into lo_row_6.
      lo_row_7 = lo_row_6.
      IF lo_row_7 IS NOT INITIAL.
        lv_string = lo_row_7->get_sourceidentifier( ).
        lv_string = lo_row_7->get_sourceversion( ).
      ENDIF.
    ENDLOOP.
    lo_buildartifacts = lo_build->get_artifacts( ).
    IF lo_buildartifacts IS NOT INITIAL.
      lv_string = lo_buildartifacts->get_location( ).
      lv_string = lo_buildartifacts->get_sha256sum( ).
      lv_string = lo_buildartifacts->get_md5sum( ).
      lv_wrapperboolean = lo_buildartifacts->get_overrideartifactname( ).
      lv_wrapperboolean = lo_buildartifacts->get_encryptiondisabled( ).
      lv_string = lo_buildartifacts->get_artifactidentifier( ).
      lv_bucketowneraccess = lo_buildartifacts->get_bucketowneraccess( ).
    ENDIF.
    LOOP AT lo_build->get_secondaryartifacts( ) into lo_row_8.
      lo_row_9 = lo_row_8.
      IF lo_row_9 IS NOT INITIAL.
        lv_string = lo_row_9->get_location( ).
        lv_string = lo_row_9->get_sha256sum( ).
        lv_string = lo_row_9->get_md5sum( ).
        lv_wrapperboolean = lo_row_9->get_overrideartifactname( ).
        lv_wrapperboolean = lo_row_9->get_encryptiondisabled( ).
        lv_string = lo_row_9->get_artifactidentifier( ).
        lv_bucketowneraccess = lo_row_9->get_bucketowneraccess( ).
      ENDIF.
    ENDLOOP.
    lo_projectcache = lo_build->get_cache( ).
    IF lo_projectcache IS NOT INITIAL.
      lv_cachetype = lo_projectcache->get_type( ).
      lv_string = lo_projectcache->get_location( ).
      LOOP AT lo_projectcache->get_modes( ) into lo_row_10.
        lo_row_11 = lo_row_10.
        IF lo_row_11 IS NOT INITIAL.
          lv_cachemode = lo_row_11->get_value( ).
        ENDIF.
      ENDLOOP.
      lv_string = lo_projectcache->get_cachenamespace( ).
    ENDIF.
    lo_projectenvironment = lo_build->get_environment( ).
    IF lo_projectenvironment IS NOT INITIAL.
      lv_environmenttype = lo_projectenvironment->get_type( ).
      lv_nonemptystring = lo_projectenvironment->get_image( ).
      lv_computetype = lo_projectenvironment->get_computetype( ).
      lo_computeconfiguration = lo_projectenvironment->get_computeconfiguration( ).
      IF lo_computeconfiguration IS NOT INITIAL.
        lv_wrapperlong = lo_computeconfiguration->get_vcpu( ).
        lv_wrapperlong = lo_computeconfiguration->get_memory( ).
        lv_wrapperlong = lo_computeconfiguration->get_disk( ).
        lv_machinetype = lo_computeconfiguration->get_machinetype( ).
        lv_nonemptystring = lo_computeconfiguration->get_instancetype( ).
      ENDIF.
      lo_projectfleet = lo_projectenvironment->get_fleet( ).
      IF lo_projectfleet IS NOT INITIAL.
        lv_string = lo_projectfleet->get_fleetarn( ).
      ENDIF.
      LOOP AT lo_projectenvironment->get_environmentvariables( ) into lo_row_12.
        lo_row_13 = lo_row_12.
        IF lo_row_13 IS NOT INITIAL.
          lv_nonemptystring = lo_row_13->get_name( ).
          lv_string = lo_row_13->get_value( ).
          lv_environmentvariabletype = lo_row_13->get_type( ).
        ENDIF.
      ENDLOOP.
      lv_wrapperboolean = lo_projectenvironment->get_privilegedmode( ).
      lv_string = lo_projectenvironment->get_certificate( ).
      lo_registrycredential = lo_projectenvironment->get_registrycredential( ).
      IF lo_registrycredential IS NOT INITIAL.
        lv_nonemptystring = lo_registrycredential->get_credential( ).
        lv_credentialprovidertype = lo_registrycredential->get_credentialprovider( ).
      ENDIF.
      lv_imagepullcredentialstyp = lo_projectenvironment->get_imagepullcredentialstype( ).
      lo_dockerserver = lo_projectenvironment->get_dockerserver( ).
      IF lo_dockerserver IS NOT INITIAL.
        lv_computetype = lo_dockerserver->get_computetype( ).
        LOOP AT lo_dockerserver->get_securitygroupids( ) into lo_row_14.
          lo_row_15 = lo_row_14.
          IF lo_row_15 IS NOT INITIAL.
            lv_nonemptystring = lo_row_15->get_value( ).
          ENDIF.
        ENDLOOP.
        lo_dockerserverstatus = lo_dockerserver->get_status( ).
        IF lo_dockerserverstatus IS NOT INITIAL.
          lv_string = lo_dockerserverstatus->get_status( ).
          lv_string = lo_dockerserverstatus->get_message( ).
        ENDIF.
      ENDIF.
    ENDIF.
    lv_nonemptystring = lo_build->get_servicerole( ).
    lo_logslocation = lo_build->get_logs( ).
    IF lo_logslocation IS NOT INITIAL.
      lv_string = lo_logslocation->get_groupname( ).
      lv_string = lo_logslocation->get_streamname( ).
      lv_string = lo_logslocation->get_deeplink( ).
      lv_string = lo_logslocation->get_s3deeplink( ).
      lv_string = lo_logslocation->get_cloudwatchlogsarn( ).
      lv_string = lo_logslocation->get_s3logsarn( ).
      lo_cloudwatchlogsconfig = lo_logslocation->get_cloudwatchlogs( ).
      IF lo_cloudwatchlogsconfig IS NOT INITIAL.
        lv_logsconfigstatustype = lo_cloudwatchlogsconfig->get_status( ).
        lv_string = lo_cloudwatchlogsconfig->get_groupname( ).
        lv_string = lo_cloudwatchlogsconfig->get_streamname( ).
      ENDIF.
      lo_s3logsconfig = lo_logslocation->get_s3logs( ).
      IF lo_s3logsconfig IS NOT INITIAL.
        lv_logsconfigstatustype = lo_s3logsconfig->get_status( ).
        lv_string = lo_s3logsconfig->get_location( ).
        lv_wrapperboolean = lo_s3logsconfig->get_encryptiondisabled( ).
        lv_bucketowneraccess = lo_s3logsconfig->get_bucketowneraccess( ).
      ENDIF.
    ENDIF.
    lv_wrapperint = lo_build->get_timeoutinminutes( ).
    lv_wrapperint = lo_build->get_queuedtimeoutinminutes( ).
    lv_boolean = lo_build->get_buildcomplete( ).
    lv_string = lo_build->get_initiator( ).
    lo_vpcconfig = lo_build->get_vpcconfig( ).
    IF lo_vpcconfig IS NOT INITIAL.
      lv_nonemptystring = lo_vpcconfig->get_vpcid( ).
      LOOP AT lo_vpcconfig->get_subnets( ) into lo_row_16.
        lo_row_17 = lo_row_16.
        IF lo_row_17 IS NOT INITIAL.
          lv_nonemptystring = lo_row_17->get_value( ).
        ENDIF.
      ENDLOOP.
      LOOP AT lo_vpcconfig->get_securitygroupids( ) into lo_row_14.
        lo_row_15 = lo_row_14.
        IF lo_row_15 IS NOT INITIAL.
          lv_nonemptystring = lo_row_15->get_value( ).
        ENDIF.
      ENDLOOP.
    ENDIF.
    lo_networkinterface = lo_build->get_networkinterface( ).
    IF lo_networkinterface IS NOT INITIAL.
      lv_nonemptystring = lo_networkinterface->get_subnetid( ).
      lv_nonemptystring = lo_networkinterface->get_networkinterfaceid( ).
    ENDIF.
    lv_nonemptystring = lo_build->get_encryptionkey( ).
    LOOP AT lo_build->get_expedenvironmentvariab00( ) into lo_row_18.
      lo_row_19 = lo_row_18.
      IF lo_row_19 IS NOT INITIAL.
        lv_nonemptystring = lo_row_19->get_name( ).
        lv_string = lo_row_19->get_value( ).
      ENDIF.
    ENDLOOP.
    LOOP AT lo_build->get_reportarns( ) into lo_row_20.
      lo_row_21 = lo_row_20.
      IF lo_row_21 IS NOT INITIAL.
        lv_string = lo_row_21->get_value( ).
      ENDIF.
    ENDLOOP.
    LOOP AT lo_build->get_filesystemlocations( ) into lo_row_22.
      lo_row_23 = lo_row_22.
      IF lo_row_23 IS NOT INITIAL.
        lv_filesystemtype = lo_row_23->get_type( ).
        lv_string = lo_row_23->get_location( ).
        lv_string = lo_row_23->get_mountpoint( ).
        lv_string = lo_row_23->get_identifier( ).
        lv_string = lo_row_23->get_mountoptions( ).
      ENDIF.
    ENDLOOP.
    lo_debugsession = lo_build->get_debugsession( ).
    IF lo_debugsession IS NOT INITIAL.
      lv_wrapperboolean = lo_debugsession->get_sessionenabled( ).
      lv_nonemptystring = lo_debugsession->get_sessiontarget( ).
    ENDIF.
    lv_string = lo_build->get_buildbatcharn( ).
    lo_autoretryconfig = lo_build->get_autoretryconfig( ).
    IF lo_autoretryconfig IS NOT INITIAL.
      lv_wrapperint = lo_autoretryconfig->get_autoretrylimit( ).
      lv_wrapperint = lo_autoretryconfig->get_autoretrynumber( ).
      lv_string = lo_autoretryconfig->get_nextautoretry( ).
      lv_string = lo_autoretryconfig->get_previousautoretry( ).
    ENDIF.
  ENDIF.
ENDIF.