public static interface UpdateFlowTemplateResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowTemplateResponse.Builder,UpdateFlowTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowTemplateResponse.Builder |
summary(Consumer<FlowTemplateSummary.Builder> summary)
An object containing summary information about the updated workflow.
|
UpdateFlowTemplateResponse.Builder |
summary(FlowTemplateSummary summary)
An object containing summary information about the updated workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowTemplateResponse.Builder summary(FlowTemplateSummary summary)
An object containing summary information about the updated workflow.
summary - An object containing summary information about the updated workflow.default UpdateFlowTemplateResponse.Builder summary(Consumer<FlowTemplateSummary.Builder> summary)
An object containing summary information about the updated workflow.
This is a convenience method that creates an instance of theFlowTemplateSummary.Builder avoiding the
need to create one manually via FlowTemplateSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to summary(FlowTemplateSummary).
summary - a consumer that will call methods on FlowTemplateSummary.Buildersummary(FlowTemplateSummary)Copyright © 2022. All rights reserved.