public static interface UpdateAssociationStatusResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<UpdateAssociationStatusResponse.Builder,UpdateAssociationStatusResponse>
Modifier and Type | Method and Description |
---|---|
UpdateAssociationStatusResponse.Builder |
associationDescription(AssociationDescription associationDescription)
Information about the association.
|
default UpdateAssociationStatusResponse.Builder |
associationDescription(Consumer<AssociationDescription.Builder> associationDescription)
Information about the association.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateAssociationStatusResponse.Builder associationDescription(AssociationDescription associationDescription)
Information about the association.
associationDescription
- Information about the association.default UpdateAssociationStatusResponse.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.