| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static S3OutputLocation.Builder |
S3OutputLocation.builder() |
S3OutputLocation.Builder |
S3OutputLocation.Builder.outputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
|
S3OutputLocation.Builder |
S3OutputLocation.Builder.outputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
|
S3OutputLocation.Builder |
S3OutputLocation.Builder.outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
S3OutputLocation.Builder |
S3OutputLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3OutputLocation.Builder> |
S3OutputLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceAssociationOutputLocation.Builder |
InstanceAssociationOutputLocation.Builder.s3Location(Consumer<S3OutputLocation.Builder> s3Location)
An Amazon S3 bucket where you want to store the results of this request.
|
Copyright © 2020. All rights reserved.