Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentBaseLocation.Builder
-
Packages that use S3ContentBaseLocation.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentBaseLocation.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentBaseLocation.Builder Modifier and Type Method Description S3ContentBaseLocation.BuilderS3ContentBaseLocation.Builder. basePath(String basePath)The base path for the S3 bucket.S3ContentBaseLocation.BuilderS3ContentBaseLocation.Builder. bucketARN(String bucketARN)The Amazon Resource Name (ARN) of the S3 bucket.static S3ContentBaseLocation.BuilderS3ContentBaseLocation. builder()S3ContentBaseLocation.BuilderS3ContentBaseLocation. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type S3ContentBaseLocation.Builder Modifier and Type Method Description static Class<? extends S3ContentBaseLocation.Builder>S3ContentBaseLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type S3ContentBaseLocation.Builder Modifier and Type Method Description default DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration.Builder. s3ContentLocation(Consumer<S3ContentBaseLocation.Builder> s3ContentLocation)The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
-