public static interface UpdateAssociationResponse.Builder extends SSMResponse.Builder, CopyableBuilder<UpdateAssociationResponse.Builder,UpdateAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssociationResponse.Builder |
associationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
default UpdateAssociationResponse.Builder |
associationDescription(Consumer<AssociationDescription.Builder> associationDescription)
The description of the association that was updated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateAssociationResponse.Builder associationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
associationDescription - The description of the association that was updated.default UpdateAssociationResponse.Builder associationDescription(Consumer<AssociationDescription.Builder> associationDescription)
The description of the association that was updated.
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.BuilderassociationDescription(AssociationDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.