Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.CreateIntegrationWorkflowResponse.Builder
-
Packages that use CreateIntegrationWorkflowResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of CreateIntegrationWorkflowResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return CreateIntegrationWorkflowResponse.Builder Modifier and Type Method Description static CreateIntegrationWorkflowResponse.BuilderCreateIntegrationWorkflowResponse. builder()CreateIntegrationWorkflowResponse.BuilderCreateIntegrationWorkflowResponse.Builder. message(String message)A message indicating create request was received.CreateIntegrationWorkflowResponse.BuilderCreateIntegrationWorkflowResponse. toBuilder()CreateIntegrationWorkflowResponse.BuilderCreateIntegrationWorkflowResponse.Builder. workflowId(String workflowId)Unique identifier for the workflow.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type CreateIntegrationWorkflowResponse.Builder Modifier and Type Method Description static Class<? extends CreateIntegrationWorkflowResponse.Builder>CreateIntegrationWorkflowResponse. serializableBuilderClass()
-