public static interface InstanceAssociationOutputUrl.Builder extends SdkPojo, CopyableBuilder<InstanceAssociationOutputUrl.Builder,InstanceAssociationOutputUrl>
Modifier and Type | Method and Description |
---|---|
default InstanceAssociationOutputUrl.Builder |
s3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputUrl.Builder |
s3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceAssociationOutputUrl.Builder s3OutputUrl(S3OutputUrl s3OutputUrl)
The URL of S3 bucket where you want to store the results of this request.
s3OutputUrl
- The URL of S3 bucket where you want to store the results of this request.default InstanceAssociationOutputUrl.Builder s3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)
The URL of 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.Builder
s3OutputUrl(S3OutputUrl)
Copyright © 2020. All rights reserved.