Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContentUpdate.Builder
-
Packages that use CodeContentUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of CodeContentUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return CodeContentUpdate.Builder Modifier and Type Method Description static CodeContentUpdate.BuilderCodeContentUpdate. builder()default CodeContentUpdate.BuilderCodeContentUpdate.Builder. s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)Describes an update to the location of code for an application.CodeContentUpdate.BuilderCodeContentUpdate.Builder. s3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)Describes an update to the location of code for an application.CodeContentUpdate.BuilderCodeContentUpdate.Builder. textContentUpdate(String textContentUpdate)Describes an update to the text code for an application.CodeContentUpdate.BuilderCodeContentUpdate. toBuilder()CodeContentUpdate.BuilderCodeContentUpdate.Builder. zipFileContentUpdate(SdkBytes zipFileContentUpdate)Describes an update to the zipped code for an application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type CodeContentUpdate.Builder Modifier and Type Method Description static Class<? extends CodeContentUpdate.Builder>CodeContentUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type CodeContentUpdate.Builder Modifier and Type Method Description default ApplicationCodeConfigurationUpdate.BuilderApplicationCodeConfigurationUpdate.Builder. codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate)Describes updates to the code content of an application.
-