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