Interface UpdateDataIntegrationFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDataIntegrationFlowResponse.Builder,
,UpdateDataIntegrationFlowResponse> SdkBuilder<UpdateDataIntegrationFlowResponse.Builder,
,UpdateDataIntegrationFlowResponse> SdkPojo
,SdkResponse.Builder
,SupplyChainResponse.Builder
- Enclosing class:
UpdateDataIntegrationFlowResponse
@Mutable
@NotThreadSafe
public static interface UpdateDataIntegrationFlowResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataIntegrationFlowResponse.Builder,UpdateDataIntegrationFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe details of the updated DataIntegrationFlow.flow
(DataIntegrationFlow flow) The details of the updated DataIntegrationFlow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
flow
The details of the updated DataIntegrationFlow.
- Parameters:
flow
- The details of the updated DataIntegrationFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flow
The details of the updated DataIntegrationFlow.
This is a convenience method that creates an instance of theDataIntegrationFlow.Builder
avoiding the need to create one manually viaDataIntegrationFlow.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflow(DataIntegrationFlow)
.- Parameters:
flow
- a consumer that will call methods onDataIntegrationFlow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-