Class S3ContentLocationUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentLocationUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
@Generated("software.amazon.awssdk:codegen") public final class S3ContentLocationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
Describes an update for the Amazon S3 code content location for an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ContentLocationUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketARNUpdate()The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.static S3ContentLocationUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileKeyUpdate()The new file key for the object containing the application code.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectVersionUpdate()The new version of the object containing the application code.List<SdkField<?>>sdkFields()static Class<? extends S3ContentLocationUpdate.Builder>serializableBuilderClass()S3ContentLocationUpdate.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
-
bucketARNUpdate
public final String bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
- Returns:
- The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
-
fileKeyUpdate
public final String fileKeyUpdate()
The new file key for the object containing the application code.
- Returns:
- The new file key for the object containing the application code.
-
objectVersionUpdate
public final String objectVersionUpdate()
The new version of the object containing the application code.
- Returns:
- The new version of the object containing the application code.
-
toBuilder
public S3ContentLocationUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
-
builder
public static S3ContentLocationUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ContentLocationUpdate.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.
-
-