public static interface GetFlowTemplateResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetFlowTemplateResponse.Builder,GetFlowTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFlowTemplateResponse.Builder |
description(Consumer<FlowTemplateDescription.Builder> description)
The object that describes the specified workflow.
|
GetFlowTemplateResponse.Builder |
description(FlowTemplateDescription description)
The object that describes the specified workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFlowTemplateResponse.Builder description(FlowTemplateDescription description)
The object that describes the specified workflow.
description - The object that describes the specified workflow.default GetFlowTemplateResponse.Builder description(Consumer<FlowTemplateDescription.Builder> description)
The object that describes the specified workflow.
This is a convenience method that creates an instance of theFlowTemplateDescription.Builder avoiding
the need to create one manually via FlowTemplateDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to description(FlowTemplateDescription).
description - a consumer that will call methods on FlowTemplateDescription.Builderdescription(FlowTemplateDescription)Copyright © 2022. All rights reserved.