Interface DescribeFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFlowResponse.Builder,,DescribeFlowResponse> QuickSightResponse.Builder,SdkBuilder<DescribeFlowResponse.Builder,,DescribeFlowResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeFlowResponse
@Mutable
@NotThreadSafe
public static interface DescribeFlowResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeFlowResponse.Builderflow(Consumer<FlowDetail.Builder> flow) The full details of the flow.flow(FlowDetail flow) The full details of the flow.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flow
The full details of the flow.
- Parameters:
flow- The full details of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flow
The full details of the flow.
This is a convenience method that creates an instance of theFlowDetail.Builderavoiding the need to create one manually viaFlowDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflow(FlowDetail).- Parameters:
flow- a consumer that will call methods onFlowDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-