Uses of Interface
software.amazon.awssdk.services.codestar.model.ToolchainSource.Builder
-
Packages that use ToolchainSource.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of ToolchainSource.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return ToolchainSource.Builder Modifier and Type Method Description static ToolchainSource.BuilderToolchainSource. builder()default ToolchainSource.BuilderToolchainSource.Builder. s3(Consumer<S3Location.Builder> s3)The Amazon S3 bucket where the toolchain template file provided with the project request is stored.ToolchainSource.BuilderToolchainSource.Builder. s3(S3Location s3)The Amazon S3 bucket where the toolchain template file provided with the project request is stored.ToolchainSource.BuilderToolchainSource. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type ToolchainSource.Builder Modifier and Type Method Description static Class<? extends ToolchainSource.Builder>ToolchainSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type ToolchainSource.Builder Modifier and Type Method Description 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.
-