Interface UpdateBuildRequest.Builder

  • Method Details

    • buildId

      A unique identifier for the build to update. You can use either the build ID or ARN value.

      Parameters:
      buildId - A unique identifier for the build to update. You can use either the build ID or ARN value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A descriptive label that is associated with a build. Build names do not need to be unique.

      Parameters:
      name - A descriptive label that is associated with a build. Build names do not need to be unique.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      Version information that is associated with a build or script. Version strings do not need to be unique.

      Parameters:
      version - Version information that is associated with a build or script. Version strings do not need to be unique.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateBuildRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.