Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContent.Builder
-
Packages that use CodeContent.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of CodeContent.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return CodeContent.Builder Modifier and Type Method Description static CodeContent.BuilderCodeContent. builder()default CodeContent.BuilderCodeContent.Builder. s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)Information about the Amazon S3 bucket that contains the application code.CodeContent.BuilderCodeContent.Builder. s3ContentLocation(S3ContentLocation s3ContentLocation)Information about the Amazon S3 bucket that contains the application code.CodeContent.BuilderCodeContent.Builder. textContent(String textContent)The text-format code for a Managed Service for Apache Flink application.CodeContent.BuilderCodeContent. toBuilder()CodeContent.BuilderCodeContent.Builder. zipFileContent(SdkBytes zipFileContent)The zip-format code for a Managed Service for Apache Flink application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type CodeContent.Builder Modifier and Type Method Description static Class<? extends CodeContent.Builder>CodeContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type CodeContent.Builder Modifier and Type Method Description default ApplicationCodeConfiguration.BuilderApplicationCodeConfiguration.Builder. codeContent(Consumer<CodeContent.Builder> codeContent)The location and type of the application code.
-