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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InstanceAssociationOutputUrl.Builders3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)The URL of S3 bucket where you want to store the results of this request.InstanceAssociationOutputUrl.Builders3OutputUrl(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 Detail
-
s3OutputUrl
InstanceAssociationOutputUrl.Builder s3OutputUrl(S3OutputUrl 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
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 method that creates an instance of theS3OutputUrl.Builderavoiding the need to create one manually viaS3OutputUrl.builder().When the
Consumercompletes,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:
s3OutputUrl(S3OutputUrl)
-
-