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