Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentLocationUpdate.Builder
-
Packages that use S3ContentLocationUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentLocationUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentLocationUpdate.Builder Modifier and Type Method Description S3ContentLocationUpdate.BuilderS3ContentLocationUpdate.Builder. bucketARNUpdate(String bucketARNUpdate)The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.static S3ContentLocationUpdate.BuilderS3ContentLocationUpdate. builder()S3ContentLocationUpdate.BuilderS3ContentLocationUpdate.Builder. fileKeyUpdate(String fileKeyUpdate)The new file key for the object containing the application code.S3ContentLocationUpdate.BuilderS3ContentLocationUpdate.Builder. objectVersionUpdate(String objectVersionUpdate)The new version of the object containing the application code.S3ContentLocationUpdate.BuilderS3ContentLocationUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type S3ContentLocationUpdate.Builder Modifier and Type Method Description static Class<? extends S3ContentLocationUpdate.Builder>S3ContentLocationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type S3ContentLocationUpdate.Builder Modifier and Type Method Description default CodeContentUpdate.BuilderCodeContentUpdate.Builder. s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)Describes an update to the location of code for an application.
-