Interface RoutingProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingProfileSummary.Builder,RoutingProfileSummary>,SdkBuilder<RoutingProfileSummary.Builder,RoutingProfileSummary>,SdkPojo
- Enclosing class:
- RoutingProfileSummary
public static interface RoutingProfileSummary.Builder extends SdkPojo, CopyableBuilder<RoutingProfileSummary.Builder,RoutingProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingProfileSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the routing profile.RoutingProfileSummary.Builderid(String id)The identifier of the routing profile.RoutingProfileSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.RoutingProfileSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.RoutingProfileSummary.Buildername(String name)The name 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
RoutingProfileSummary.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
RoutingProfileSummary.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.
-
name
RoutingProfileSummary.Builder name(String name)
The name of the routing profile.
- Parameters:
name- The name of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
RoutingProfileSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
RoutingProfileSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-