Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.DeployAsApplicationConfiguration.Builder
-
Packages that use DeployAsApplicationConfiguration.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of DeployAsApplicationConfiguration.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return DeployAsApplicationConfiguration.Builder Modifier and Type Method Description static DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration. builder()default DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration.Builder. s3ContentLocation(Consumer<S3ContentBaseLocation.Builder> 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.DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration.Builder. s3ContentLocation(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.DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type DeployAsApplicationConfiguration.Builder Modifier and Type Method Description static Class<? extends DeployAsApplicationConfiguration.Builder>DeployAsApplicationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type DeployAsApplicationConfiguration.Builder Modifier and Type Method Description default ZeppelinApplicationConfiguration.BuilderZeppelinApplicationConfiguration.Builder. deployAsApplicationConfiguration(Consumer<DeployAsApplicationConfiguration.Builder> deployAsApplicationConfiguration)The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.
-