public static interface CodeSource.Builder extends SdkPojo, CopyableBuilder<CodeSource.Builder,CodeSource>
Modifier and Type | Method and Description |
---|---|
default CodeSource.Builder |
s3(Consumer<S3Location.Builder> s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
CodeSource.Builder |
s3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
copy
applyMutation, build
CodeSource.Builder s3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are stored.
s3
- Information about the Amazon S3 location where the source code files provided with the project request
are stored.default CodeSource.Builder s3(Consumer<S3Location.Builder> s3)
Information about the Amazon S3 location where the source code files provided with the project request are 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.