Interface InstanceAssociationOutputUrl.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceAssociationOutputUrl.Builder,,- InstanceAssociationOutputUrl> - SdkBuilder<InstanceAssociationOutputUrl.Builder,,- InstanceAssociationOutputUrl> - SdkPojo
- Enclosing class:
- InstanceAssociationOutputUrl
@Mutable
@NotThreadSafe
public static interface InstanceAssociationOutputUrl.Builder
extends SdkPojo, CopyableBuilder<InstanceAssociationOutputUrl.Builder,InstanceAssociationOutputUrl> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3OutputUrlThe 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.
 
- 
s3OutputUrlThe 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 on- S3OutputUrl.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-