Uses of Interface
software.amazon.awssdk.services.appflow.model.CreateFlowResponse.Builder
-
Packages that use CreateFlowResponse.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CreateFlowResponse.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CreateFlowResponse.Builder Modifier and Type Method Description static CreateFlowResponse.BuilderCreateFlowResponse. builder()CreateFlowResponse.BuilderCreateFlowResponse.Builder. flowArn(String flowArn)The flow's Amazon Resource Name (ARN).CreateFlowResponse.BuilderCreateFlowResponse.Builder. flowStatus(String flowStatus)Indicates the current status of the flow.CreateFlowResponse.BuilderCreateFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.CreateFlowResponse.BuilderCreateFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CreateFlowResponse.Builder Modifier and Type Method Description static Class<? extends CreateFlowResponse.Builder>CreateFlowResponse. serializableBuilderClass()
-