Interface CreateContactFlowModuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<CreateContactFlowModuleResponse.Builder,CreateContactFlowModuleResponse>
,SdkBuilder<CreateContactFlowModuleResponse.Builder,CreateContactFlowModuleResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateContactFlowModuleResponse
public static interface CreateContactFlowModuleResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateContactFlowModuleResponse.Builder,CreateContactFlowModuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateContactFlowModuleResponse.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the flow module.CreateContactFlowModuleResponse.Builder
id(String id)
The identifier of the flow module.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
CreateContactFlowModuleResponse.Builder id(String id)
The identifier of the flow module.
- Parameters:
id
- The identifier of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CreateContactFlowModuleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the flow module.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-