@Generated(value="software.amazon.awssdk:codegen") public final class Source extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Source.Builder,Source>
An S3Source
object that contains information about the S3 bucket where you saved your unsigned code.
Modifier and Type | Class and Description |
---|---|
static interface |
Source.Builder |
Modifier and Type | Method and Description |
---|---|
static Source.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Source |
s3()
The
S3Source object. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Source.Builder> |
serializableBuilderClass() |
Source.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public S3Source s3()
The S3Source
object.
S3Source
object.public Source.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Source.Builder,Source>
public static Source.Builder builder()
public static Class<? extends Source.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.