Uses of Interface
software.amazon.awssdk.services.connect.model.GetFlowAssociationResponse.Builder
-
Packages that use GetFlowAssociationResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of GetFlowAssociationResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return GetFlowAssociationResponse.Builder Modifier and Type Method Description static GetFlowAssociationResponse.BuilderGetFlowAssociationResponse. builder()GetFlowAssociationResponse.BuilderGetFlowAssociationResponse.Builder. flowId(String flowId)The identifier of the flow.GetFlowAssociationResponse.BuilderGetFlowAssociationResponse.Builder. resourceId(String resourceId)The identifier of the resource.GetFlowAssociationResponse.BuilderGetFlowAssociationResponse.Builder. resourceType(String resourceType)A valid resource type.GetFlowAssociationResponse.BuilderGetFlowAssociationResponse.Builder. resourceType(FlowAssociationResourceType resourceType)A valid resource type.GetFlowAssociationResponse.BuilderGetFlowAssociationResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type GetFlowAssociationResponse.Builder Modifier and Type Method Description static Class<? extends GetFlowAssociationResponse.Builder>GetFlowAssociationResponse. serializableBuilderClass()
-