@Generated(value="software.amazon.awssdk:codegen") public final class DeployAsApplicationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeployAsApplicationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeployAsApplicationConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ContentBaseLocation |
s3ContentLocation()
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon
Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version
number of the Amazon S3 object that contains the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeployAsApplicationConfiguration.Builder> |
serializableBuilderClass() |
DeployAsApplicationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3ContentBaseLocation s3ContentLocation()
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
public DeployAsApplicationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>public static DeployAsApplicationConfiguration.Builder builder()
public static Class<? extends DeployAsApplicationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.