Interface CreateFlowResponse.Builder
-
- All Superinterfaces:
AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateFlowResponse.Builder,CreateFlowResponse>,SdkBuilder<CreateFlowResponse.Builder,CreateFlowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateFlowResponse
public static interface CreateFlowResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<CreateFlowResponse.Builder,CreateFlowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFlowResponse.BuilderflowArn(String flowArn)The flow's Amazon Resource Name (ARN).CreateFlowResponse.BuilderflowStatus(String flowStatus)Indicates the current status of the flow.CreateFlowResponse.BuilderflowStatus(FlowStatus flowStatus)Indicates the current status of the flow.-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flowArn
CreateFlowResponse.Builder flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
- Parameters:
flowArn- The flow's Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowStatus
CreateFlowResponse.Builder flowStatus(String flowStatus)
Indicates the current status of the flow.
- Parameters:
flowStatus- Indicates the current status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowStatus,FlowStatus
-
flowStatus
CreateFlowResponse.Builder flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
- Parameters:
flowStatus- Indicates the current status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowStatus,FlowStatus
-
-