Interface GetDataIntegrationFlowExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataIntegrationFlowExecutionResponse.Builder,
,GetDataIntegrationFlowExecutionResponse> SdkBuilder<GetDataIntegrationFlowExecutionResponse.Builder,
,GetDataIntegrationFlowExecutionResponse> SdkPojo
,SdkResponse.Builder
,SupplyChainResponse.Builder
- Enclosing class:
GetDataIntegrationFlowExecutionResponse
@Mutable
@NotThreadSafe
public static interface GetDataIntegrationFlowExecutionResponse.Builder
extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<GetDataIntegrationFlowExecutionResponse.Builder,GetDataIntegrationFlowExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowExecution
(Consumer<DataIntegrationFlowExecution.Builder> flowExecution) The flow execution details.flowExecution
(DataIntegrationFlowExecution flowExecution) The flow execution details.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
-
flowExecution
GetDataIntegrationFlowExecutionResponse.Builder flowExecution(DataIntegrationFlowExecution flowExecution) The flow execution details.
- Parameters:
flowExecution
- The flow execution details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowExecution
default GetDataIntegrationFlowExecutionResponse.Builder flowExecution(Consumer<DataIntegrationFlowExecution.Builder> flowExecution) The flow execution details.
This is a convenience method that creates an instance of theDataIntegrationFlowExecution.Builder
avoiding the need to create one manually viaDataIntegrationFlowExecution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowExecution(DataIntegrationFlowExecution)
.- Parameters:
flowExecution
- a consumer that will call methods onDataIntegrationFlowExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-