| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucketName(String bucketName)
A bucket name.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.objectKey(String objectKey)
An object key.
|
S3Location.Builder |
S3Location.Builder.region(String region)
The bucket's Region.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PackageVersionInputConfig.Builder |
PackageVersionInputConfig.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
A location in Amazon S3.
|
Copyright © 2023. All rights reserved.