Interface CreateFlowTemplateResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateFlowTemplateResponse.Builder,,CreateFlowTemplateResponse> IoTThingsGraphResponse.Builder,SdkBuilder<CreateFlowTemplateResponse.Builder,,CreateFlowTemplateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateFlowTemplateResponse
public static interface CreateFlowTemplateResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<CreateFlowTemplateResponse.Builder,CreateFlowTemplateResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsummary(Consumer<FlowTemplateSummary.Builder> summary) The summary object that describes the created workflow.summary(FlowTemplateSummary summary) The summary object that describes the created workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
summary
The summary object that describes the created workflow.
- Parameters:
 summary- The summary object that describes the created workflow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
summary
The summary object that describes the created workflow.
This is a convenience method that creates an instance of theFlowTemplateSummary.Builderavoiding the need to create one manually viaFlowTemplateSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummary(FlowTemplateSummary).- Parameters:
 summary- a consumer that will call methods onFlowTemplateSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -