Interface CreateRoutingProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateRoutingProfileResponse.Builder,CreateRoutingProfileResponse>,SdkBuilder<CreateRoutingProfileResponse.Builder,CreateRoutingProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRoutingProfileResponse
public static interface CreateRoutingProfileResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateRoutingProfileResponse.Builder,CreateRoutingProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRoutingProfileResponse.BuilderroutingProfileArn(String routingProfileArn)The Amazon Resource Name (ARN) of the routing profile.CreateRoutingProfileResponse.BuilderroutingProfileId(String routingProfileId)The identifier of the routing profile.-
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
-
routingProfileArn
CreateRoutingProfileResponse.Builder routingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
- Parameters:
routingProfileArn- The Amazon Resource Name (ARN) of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileId
CreateRoutingProfileResponse.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
- Parameters:
routingProfileId- The identifier of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-