Interface InstanceAssociationOutputUrl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceAssociationOutputUrl.Builder,
,InstanceAssociationOutputUrl> SdkBuilder<InstanceAssociationOutputUrl.Builder,
,InstanceAssociationOutputUrl> SdkPojo
- Enclosing class:
InstanceAssociationOutputUrl
public static interface InstanceAssociationOutputUrl.Builder
extends SdkPojo, CopyableBuilder<InstanceAssociationOutputUrl.Builder,InstanceAssociationOutputUrl>
-
Method Summary
Modifier and TypeMethodDescriptions3OutputUrl
(Consumer<S3OutputUrl.Builder> s3OutputUrl) The URL of S3 bucket where you want to store the results of this request.s3OutputUrl
(S3OutputUrl s3OutputUrl) The URL of S3 bucket where you want to store the results of this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3OutputUrl
The URL of S3 bucket where you want to store the results of this request.
- Parameters:
s3OutputUrl
- The URL of S3 bucket where you want to store the results of this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3OutputUrl
The URL of S3 bucket where you want to store the results of this request.
This is a convenience method that creates an instance of theS3OutputUrl.Builder
avoiding the need to create one manually viaS3OutputUrl.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3OutputUrl(S3OutputUrl)
.- Parameters:
s3OutputUrl
- a consumer that will call methods onS3OutputUrl.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-