Interface QuickConnectSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuickConnectSummary.Builder,QuickConnectSummary>,SdkBuilder<QuickConnectSummary.Builder,QuickConnectSummary>,SdkPojo
- Enclosing class:
- QuickConnectSummary
public static interface QuickConnectSummary.Builder extends SdkPojo, CopyableBuilder<QuickConnectSummary.Builder,QuickConnectSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuickConnectSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the quick connect.QuickConnectSummary.Builderid(String id)The identifier for the quick connect.QuickConnectSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.QuickConnectSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.QuickConnectSummary.Buildername(String name)The name of the quick connect.QuickConnectSummary.BuilderquickConnectType(String quickConnectType)The type of quick connect.QuickConnectSummary.BuilderquickConnectType(QuickConnectType quickConnectType)The type of quick connect.-
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
QuickConnectSummary.Builder id(String id)
The identifier for the quick connect.
- Parameters:
id- The identifier for the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
QuickConnectSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the quick connect.
- Parameters:
arn- The Amazon Resource Name (ARN) of the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
QuickConnectSummary.Builder name(String name)
The name of the quick connect.
- Parameters:
name- The name of the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectType
QuickConnectSummary.Builder quickConnectType(String quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
- Parameters:
quickConnectType- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuickConnectType,QuickConnectType
-
quickConnectType
QuickConnectSummary.Builder quickConnectType(QuickConnectType quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
- Parameters:
quickConnectType- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuickConnectType,QuickConnectType
-
lastModifiedTime
QuickConnectSummary.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
QuickConnectSummary.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.
-
-