Interface InstanceAssociationOutputLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceAssociationOutputLocation.Builder,InstanceAssociationOutputLocation>,SdkBuilder<InstanceAssociationOutputLocation.Builder,InstanceAssociationOutputLocation>,SdkPojo
- Enclosing class:
- InstanceAssociationOutputLocation
public static interface InstanceAssociationOutputLocation.Builder extends SdkPojo, CopyableBuilder<InstanceAssociationOutputLocation.Builder,InstanceAssociationOutputLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InstanceAssociationOutputLocation.Builders3Location(Consumer<S3OutputLocation.Builder> s3Location)An S3 bucket where you want to store the results of this request.InstanceAssociationOutputLocation.Builders3Location(S3OutputLocation s3Location)An 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
-
s3Location
InstanceAssociationOutputLocation.Builder s3Location(S3OutputLocation s3Location)
An S3 bucket where you want to store the results of this request.
- Parameters:
s3Location- An 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.
-
s3Location
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 method that creates an instance of theS3OutputLocation.Builderavoiding the need to create one manually viaS3OutputLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Location(S3OutputLocation).- Parameters:
s3Location- a consumer that will call methods onS3OutputLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Location(S3OutputLocation)
-
-