Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContentDescription.Builder
-
Packages that use CodeContentDescription.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of CodeContentDescription.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return CodeContentDescription.Builder Modifier and Type Method Description static CodeContentDescription.BuilderCodeContentDescription. builder()CodeContentDescription.BuilderCodeContentDescription.Builder. codeMD5(String codeMD5)The checksum that can be used to validate zip-format code.CodeContentDescription.BuilderCodeContentDescription.Builder. codeSize(Long codeSize)The size in bytes of the application code.default CodeContentDescription.BuilderCodeContentDescription.Builder. s3ApplicationCodeLocationDescription(Consumer<S3ApplicationCodeLocationDescription.Builder> s3ApplicationCodeLocationDescription)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.CodeContentDescription.BuilderCodeContentDescription.Builder. s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.CodeContentDescription.BuilderCodeContentDescription.Builder. textContent(String textContent)The text-format codeCodeContentDescription.BuilderCodeContentDescription. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type CodeContentDescription.Builder Modifier and Type Method Description static Class<? extends CodeContentDescription.Builder>CodeContentDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type CodeContentDescription.Builder Modifier and Type Method Description default ApplicationCodeConfigurationDescription.BuilderApplicationCodeConfigurationDescription.Builder. codeContentDescription(Consumer<CodeContentDescription.Builder> codeContentDescription)Describes details about the location and format of the application code.
-