Interface Toolchain.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Toolchain.Builder,Toolchain>, SdkBuilder<Toolchain.Builder,Toolchain>, SdkPojo
Enclosing class:
Toolchain

public static interface Toolchain.Builder extends SdkPojo, CopyableBuilder<Toolchain.Builder,Toolchain>
  • Method Details

    • source

      The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

      Parameters:
      source - The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

      This is a convenience method that creates an instance of the ToolchainSource.Builder avoiding the need to create one manually via ToolchainSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to source(ToolchainSource).

      Parameters:
      source - a consumer that will call methods on ToolchainSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • roleArn

      Toolchain.Builder roleArn(String roleArn)

      The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.

      Parameters:
      roleArn - The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackParameters

      Toolchain.Builder stackParameters(Map<String,String> stackParameters)

      The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.

      Parameters:
      stackParameters - The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.