Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentLocation.Builder
-
Packages that use S3ContentLocation.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentLocation.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentLocation.Builder Modifier and Type Method Description S3ContentLocation.BuilderS3ContentLocation.Builder. bucketARN(String bucketARN)The Amazon Resource Name (ARN) for the S3 bucket containing the application code.static S3ContentLocation.BuilderS3ContentLocation. builder()S3ContentLocation.BuilderS3ContentLocation.Builder. fileKey(String fileKey)The file key for the object containing the application code.S3ContentLocation.BuilderS3ContentLocation.Builder. objectVersion(String objectVersion)The version of the object containing the application code.S3ContentLocation.BuilderS3ContentLocation. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type S3ContentLocation.Builder Modifier and Type Method Description static Class<? extends S3ContentLocation.Builder>S3ContentLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type S3ContentLocation.Builder Modifier and Type Method Description default CodeContent.BuilderCodeContent.Builder. s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)Information about the Amazon S3 bucket that contains the application code.default CustomArtifactConfiguration.BuilderCustomArtifactConfiguration.Builder. s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)Sets the value of the S3ContentLocation property for this object.default CustomArtifactConfigurationDescription.BuilderCustomArtifactConfigurationDescription.Builder. s3ContentLocationDescription(Consumer<S3ContentLocation.Builder> s3ContentLocationDescription)Sets the value of the S3ContentLocationDescription property for this object.
-