@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
Version of your source image in your version enabled S3 bucket.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
Name of the S3 bucket.
public final String key()
Key name of the bucket object that contains your unsigned code.
public final String version()
Version of your source image in your version enabled S3 bucket.
public S3Source.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Source.Builder,S3Source>public static S3Source.Builder builder()
public static Class<? extends S3Source.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.