Interface RoutingProfileReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingProfileReference.Builder,
,RoutingProfileReference> SdkBuilder<RoutingProfileReference.Builder,
,RoutingProfileReference> SdkPojo
- Enclosing class:
RoutingProfileReference
public static interface RoutingProfileReference.Builder
extends SdkPojo, CopyableBuilder<RoutingProfileReference.Builder,RoutingProfileReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the routing profile.The identifier of the routing profile.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
-
Method Details
-
id
The identifier of the routing profile.
- Parameters:
id
- The identifier of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the routing profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-