Class S3ObjectSource
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.S3ObjectSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>
@Generated("software.amazon.awssdk:codegen") public final class S3ObjectSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>
Template bundle S3 bucket data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ObjectSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the S3 bucket that contains a template bundle.static S3ObjectSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The path to the S3 bucket that contains a template bundle.List<SdkField<?>>sdkFields()static Class<? extends S3ObjectSource.Builder>serializableBuilderClass()S3ObjectSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
bucket
public final String bucket()
The name of the S3 bucket that contains a template bundle.
- Returns:
- The name of the S3 bucket that contains a template bundle.
-
key
public final String key()
The path to the S3 bucket that contains a template bundle.
- Returns:
- The path to the S3 bucket that contains a template bundle.
-
toBuilder
public S3ObjectSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>
-
builder
public static S3ObjectSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ObjectSource.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.
-
-