| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ContentLocation.Builder |
S3ContentLocation.Builder.bucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ContentLocation.Builder |
S3ContentLocation.builder() |
S3ContentLocation.Builder |
S3ContentLocation.Builder.fileKey(String fileKey)
The file key for the object containing the application code.
|
S3ContentLocation.Builder |
S3ContentLocation.Builder.objectVersion(String objectVersion)
The version of the object containing the application code.
|
S3ContentLocation.Builder |
S3ContentLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ContentLocation.Builder> |
S3ContentLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomArtifactConfiguration.Builder |
CustomArtifactConfiguration.Builder.s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)
Sets the value of the S3ContentLocation property for this object.
|
default CodeContent.Builder |
CodeContent.Builder.s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
default CustomArtifactConfigurationDescription.Builder |
CustomArtifactConfigurationDescription.Builder.s3ContentLocationDescription(Consumer<S3ContentLocation.Builder> s3ContentLocationDescription)
Sets the value of the S3ContentLocationDescription property for this object.
|
Copyright © 2022. All rights reserved.