public static interface DescribeAssociationResponse.Builder extends SsmResponse.Builder, CopyableBuilder<DescribeAssociationResponse.Builder,DescribeAssociationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAssociationResponse.Builder |
associationDescription(AssociationDescription associationDescription)
Information about the association.
|
default DescribeAssociationResponse.Builder |
associationDescription(Consumer<AssociationDescription.Builder> associationDescription)
Information about the association.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAssociationResponse.Builder associationDescription(AssociationDescription associationDescription)
Information about the association.
associationDescription
- Information about the association.default DescribeAssociationResponse.Builder associationDescription(Consumer<AssociationDescription.Builder> associationDescription)
Information about the association.
This is a convenience that creates an instance of theAssociationDescription.Builder
avoiding the
need to create one manually via AssociationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to associationDescription(AssociationDescription)
.associationDescription
- a consumer that will call methods on AssociationDescription.Builder
associationDescription(AssociationDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.