public static interface ToolchainSource.Builder extends SdkPojo, CopyableBuilder<ToolchainSource.Builder,ToolchainSource>
Modifier and Type | Method and Description |
---|---|
default ToolchainSource.Builder |
s3(Consumer<S3Location.Builder> s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
ToolchainSource.Builder |
s3(S3Location s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
copy
applyMutation, build
ToolchainSource.Builder s3(S3Location s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
s3
- The Amazon S3 bucket where the toolchain template file provided with the project request is stored.default ToolchainSource.Builder s3(Consumer<S3Location.Builder> s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
This is a convenience that creates an instance of theS3Location.Builder
avoiding the need to create
one manually via S3Location.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to s3(S3Location)
.s3
- a consumer that will call methods on S3Location.Builder
s3(S3Location)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.