public static interface InstanceAssociationOutputLocation.Builder extends SdkPojo, CopyableBuilder<InstanceAssociationOutputLocation.Builder,InstanceAssociationOutputLocation>
| Modifier and Type | Method and Description |
|---|---|
default InstanceAssociationOutputLocation.Builder |
s3Location(Consumer<S3OutputLocation.Builder> s3Location)
An S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputLocation.Builder |
s3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceAssociationOutputLocation.Builder s3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
s3Location - An S3 bucket where you want to store the results of this request.default InstanceAssociationOutputLocation.Builder s3Location(Consumer<S3OutputLocation.Builder> s3Location)
An S3 bucket where you want to store the results of this request.
This is a convenience that creates an instance of theS3OutputLocation.Builder avoiding the need to
create one manually via S3OutputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Location(S3OutputLocation).s3Location - a consumer that will call methods on S3OutputLocation.Builders3Location(S3OutputLocation)Copyright © 2020. All rights reserved.