Interface QuickConnectContactData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuickConnectContactData.Builder,,QuickConnectContactData> SdkBuilder<QuickConnectContactData.Builder,,QuickConnectContactData> SdkPojo
- Enclosing class:
QuickConnectContactData
@Mutable
@NotThreadSafe
public static interface QuickConnectContactData.Builder
extends SdkPojo, CopyableBuilder<QuickConnectContactData.Builder,QuickConnectContactData>
-
Method Summary
Modifier and TypeMethodDescriptionThe contact ID for quick connect contact data.initiationTimestamp(Instant initiationTimestamp) Timestamp when the quick connect contact was initiated.quickConnectId(String quickConnectId) The quick connect ID.quickConnectName(String quickConnectName) The name of the quick connect.quickConnectType(String quickConnectType) The type of the quick connect.quickConnectType(QuickConnectType quickConnectType) The type of the quick connect.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contactId
The contact ID for quick connect contact data.
- Parameters:
contactId- The contact ID for quick connect contact data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiationTimestamp
Timestamp when the quick connect contact was initiated.
- Parameters:
initiationTimestamp- Timestamp when the quick connect contact was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectId
The quick connect ID.
- Parameters:
quickConnectId- The quick connect ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectName
The name of the quick connect.
- Parameters:
quickConnectName- The name of the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectType
The type of the quick connect.
- Parameters:
quickConnectType- The type of the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quickConnectType
The type of the quick connect.
- Parameters:
quickConnectType- The type of the quick connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-