Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentBaseLocationUpdate.Builder
-
Packages that use S3ContentBaseLocationUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentBaseLocationUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentBaseLocationUpdate.Builder Modifier and Type Method Description S3ContentBaseLocationUpdate.BuilderS3ContentBaseLocationUpdate.Builder. basePathUpdate(String basePathUpdate)The updated S3 bucket path.S3ContentBaseLocationUpdate.BuilderS3ContentBaseLocationUpdate.Builder. bucketARNUpdate(String bucketARNUpdate)The updated Amazon Resource Name (ARN) of the S3 bucket.static S3ContentBaseLocationUpdate.BuilderS3ContentBaseLocationUpdate. builder()S3ContentBaseLocationUpdate.BuilderS3ContentBaseLocationUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type S3ContentBaseLocationUpdate.Builder Modifier and Type Method Description static Class<? extends S3ContentBaseLocationUpdate.Builder>S3ContentBaseLocationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type S3ContentBaseLocationUpdate.Builder Modifier and Type Method Description default DeployAsApplicationConfigurationUpdate.BuilderDeployAsApplicationConfigurationUpdate.Builder. s3ContentLocationUpdate(Consumer<S3ContentBaseLocationUpdate.Builder> s3ContentLocationUpdate)Updates to the location that holds the data required to specify an Amazon Data Analytics application.
-