Uses of Interface
software.amazon.awssdk.services.connect.model.CreateContactFlowResponse.Builder
-
Packages that use CreateContactFlowResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CreateContactFlowResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreateContactFlowResponse.Builder Modifier and Type Method Description static CreateContactFlowResponse.BuilderCreateContactFlowResponse. builder()CreateContactFlowResponse.BuilderCreateContactFlowResponse.Builder. contactFlowArn(String contactFlowArn)The Amazon Resource Name (ARN) of the flow.CreateContactFlowResponse.BuilderCreateContactFlowResponse.Builder. contactFlowId(String contactFlowId)The identifier of the flow.CreateContactFlowResponse.BuilderCreateContactFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreateContactFlowResponse.Builder Modifier and Type Method Description static Class<? extends CreateContactFlowResponse.Builder>CreateContactFlowResponse. serializableBuilderClass()
-