Class DeployAsApplicationConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.DeployAsApplicationConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DeployAsApplicationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeployAsApplicationConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployAsApplicationConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ContentBaseLocations3ContentLocation()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.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
-
s3ContentLocation
public 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.
- Returns:
- 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.
-
toBuilder
public DeployAsApplicationConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
-
builder
public static DeployAsApplicationConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeployAsApplicationConfiguration.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.
-
-