Interface CreateContactFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<CreateContactFlowResponse.Builder,
,CreateContactFlowResponse> SdkBuilder<CreateContactFlowResponse.Builder,
,CreateContactFlowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateContactFlowResponse
@Mutable
@NotThreadSafe
public static interface CreateContactFlowResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateContactFlowResponse.Builder,CreateContactFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowArn
(String contactFlowArn) The Amazon Resource Name (ARN) of the flow.contactFlowId
(String contactFlowId) The identifier of the flow.flowContentSha256
(String flowContentSha256) Indicates the checksum value of the latest published flow content.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contactFlowId
The identifier of the flow.
- Parameters:
contactFlowId
- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowArn
The Amazon Resource Name (ARN) of the flow.
- Parameters:
contactFlowArn
- The Amazon Resource Name (ARN) of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowContentSha256
Indicates the checksum value of the latest published flow content.
- Parameters:
flowContentSha256
- Indicates the checksum value of the latest published flow content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-