@Generated(value="software.amazon.awssdk:codegen") public final class ToolchainSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ToolchainSource.Builder,ToolchainSource>
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
Modifier and Type | Class and Description |
---|---|
static interface |
ToolchainSource.Builder |
Modifier and Type | Method and Description |
---|---|
static ToolchainSource.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Location |
s3()
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ToolchainSource.Builder> |
serializableBuilderClass() |
ToolchainSource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public S3Location s3()
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
public ToolchainSource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ToolchainSource.Builder,ToolchainSource>
public static ToolchainSource.Builder builder()
public static Class<? extends ToolchainSource.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.