| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputSource.Builder |
OutputSource.builder() |
OutputSource.Builder |
OutputSource.Builder.outputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an Amazon S3 bucket.
|
OutputSource.Builder |
OutputSource.Builder.outputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
OutputSource.Builder |
OutputSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputSource.Builder> |
OutputSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociationExecutionTarget.Builder |
AssociationExecutionTarget.Builder.outputSource(Consumer<OutputSource.Builder> outputSource)
The location where the association details are saved.
|
Copyright © 2018. All rights reserved.