@Generated(value="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 a Flink-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
S3ContentLocationUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ContentLocationUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
String |
fileKeyUpdate()
The new file key for the object containing the application code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectVersionUpdate()
The new version of the object containing the application code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ContentLocationUpdate.Builder> |
serializableBuilderClass() |
S3ContentLocationUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public final String fileKeyUpdate()
The new file key for the object containing the application code.
public final String objectVersionUpdate()
The new version of the object containing the application code.
public S3ContentLocationUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
public static S3ContentLocationUpdate.Builder builder()
public static Class<? extends S3ContentLocationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.