Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAssociationOutputLocation.Builder |
InstanceAssociationOutputLocation.builder() |
default InstanceAssociationOutputLocation.Builder |
InstanceAssociationOutputLocation.Builder.s3Location(Consumer<S3OutputLocation.Builder> s3Location)
An S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputLocation.Builder |
InstanceAssociationOutputLocation.Builder.s3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputLocation.Builder |
InstanceAssociationOutputLocation.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends InstanceAssociationOutputLocation.Builder> |
InstanceAssociationOutputLocation.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An S3 bucket where you want to store the output details of the request.
|
default AssociationDescription.Builder |
AssociationDescription.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An S3 bucket where you want to store the output details of the request.
|
default CreateAssociationBatchRequestEntry.Builder |
CreateAssociationBatchRequestEntry.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An S3 bucket where you want to store the results of this request.
|
default UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An S3 bucket where you want to store the results of this request.
|
default AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
The location in Amazon S3 specified for the association when the association version was created.
|
Copyright © 2020. All rights reserved.