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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingProfileReference.Builderarn(String arn)The Amazon Resource Name (ARN) of the routing profile.RoutingProfileReference.Builderid(String id)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 Detail
-
id
RoutingProfileReference.Builder id(String 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
RoutingProfileReference.Builder arn(String 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.
-
-