public static interface UpdateDocumentDefaultVersionResponse.Builder extends SSMResponse.Builder, CopyableBuilder<UpdateDocumentDefaultVersionResponse.Builder,UpdateDocumentDefaultVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDocumentDefaultVersionResponse.Builder |
description(Consumer<DocumentDefaultVersionDescription.Builder> description)
The description of a custom document that you want to set as the default version.
|
UpdateDocumentDefaultVersionResponse.Builder |
description(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateDocumentDefaultVersionResponse.Builder description(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
description - The description of a custom document that you want to set as the default version.default UpdateDocumentDefaultVersionResponse.Builder description(Consumer<DocumentDefaultVersionDescription.Builder> description)
The description of a custom document that you want to set as the default version.
This is a convenience that creates an instance of theDocumentDefaultVersionDescription.Builder
avoiding the need to create one manually via DocumentDefaultVersionDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to description(DocumentDefaultVersionDescription).description - a consumer that will call methods on DocumentDefaultVersionDescription.Builderdescription(DocumentDefaultVersionDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.