public static interface InstanceAssociationOutputUrl.Builder extends CopyableBuilder<InstanceAssociationOutputUrl.Builder,InstanceAssociationOutputUrl>
| Modifier and Type | Method and Description |
|---|---|
default InstanceAssociationOutputUrl.Builder |
s3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputUrl.Builder |
s3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
|
copyapply, buildInstanceAssociationOutputUrl.Builder s3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
s3OutputUrl - The URL of Amazon S3 bucket where you want to store the results of this request.default InstanceAssociationOutputUrl.Builder s3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)
The URL of Amazon S3 bucket where you want to store the results of this request.
This is a convenience that creates an instance of theS3OutputUrl.Builder avoiding the need to create
one manually via S3OutputUrl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3OutputUrl(S3OutputUrl).s3OutputUrl - a consumer that will call methods on S3OutputUrl.Builders3OutputUrl(S3OutputUrl)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.