Uses of Interface
software.amazon.awssdk.services.codestar.model.Toolchain.Builder
-
Packages that use Toolchain.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of Toolchain.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return Toolchain.Builder Modifier and Type Method Description static Toolchain.BuilderToolchain. builder()Toolchain.BuilderToolchain.Builder. roleArn(String roleArn)The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.default Toolchain.BuilderToolchain.Builder. source(Consumer<ToolchainSource.Builder> source)The Amazon S3 location where the toolchain template file provided with the project request is stored.Toolchain.BuilderToolchain.Builder. source(ToolchainSource source)The Amazon S3 location where the toolchain template file provided with the project request is stored.Toolchain.BuilderToolchain.Builder. stackParameters(Map<String,String> stackParameters)The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.Toolchain.BuilderToolchain. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type Toolchain.Builder Modifier and Type Method Description static Class<? extends Toolchain.Builder>Toolchain. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type Toolchain.Builder Modifier and Type Method Description default CreateProjectRequest.BuilderCreateProjectRequest.Builder. toolchain(Consumer<Toolchain.Builder> toolchain)The name of the toolchain template file submitted with the project request.
-