Interface CreateIntegrationWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateIntegrationWorkflowResponse.Builder,
,CreateIntegrationWorkflowResponse> CustomerProfilesResponse.Builder
,SdkBuilder<CreateIntegrationWorkflowResponse.Builder,
,CreateIntegrationWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateIntegrationWorkflowResponse
public static interface CreateIntegrationWorkflowResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateIntegrationWorkflowResponse.Builder,CreateIntegrationWorkflowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA message indicating create request was received.workflowId
(String workflowId) Unique identifier for the workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowId
Unique identifier for the workflow.
- Parameters:
workflowId
- Unique identifier for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message indicating create request was received.
- Parameters:
message
- A message indicating create request was received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-