Class S3Source
- java.lang.Object
-
- software.amazon.awssdk.services.signer.model.S3Source
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Source.Builder,S3Source>
@Generated("software.amazon.awssdk:codegen") public final class S3Source extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Source.Builder,S3Source>
Information about the Amazon S3 bucket where you saved your unsigned code.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Source.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()Name of the S3 bucket.static S3Source.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()Key name of the bucket object that contains your unsigned code.List<SdkField<?>>sdkFields()static Class<? extends S3Source.Builder>serializableBuilderClass()S3Source.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()Version of your source image in your version enabled S3 bucket.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucketName
public final String bucketName()
Name of the S3 bucket.
- Returns:
- Name of the S3 bucket.
-
key
public final String key()
Key name of the bucket object that contains your unsigned code.
- Returns:
- Key name of the bucket object that contains your unsigned code.
-
version
public final String version()
Version of your source image in your version enabled S3 bucket.
- Returns:
- Version of your source image in your version enabled S3 bucket.
-
toBuilder
public S3Source.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Source.Builder,S3Source>
-
builder
public static S3Source.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Source.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-