@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 Java-based Amazon 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) |
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() |
copy
public String bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public String fileKeyUpdate()
The new file key for the object containing the application code.
public 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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.