Interface Reference.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Reference.Builder,,Reference> SdkBuilder<Reference.Builder,,Reference> SdkPojo
- Enclosing class:
 Reference
public static interface Reference.Builder
extends SdkPojo, CopyableBuilder<Reference.Builder,Reference> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe type of the reference.type(ReferenceType type) The type of the reference.A valid value for the reference.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, sdkFields 
- 
Method Details
- 
value
A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
- Parameters:
 value- A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of the reference.
DATEmust be of type Epoch timestamp.- Parameters:
 type- The type of the reference.DATEmust be of type Epoch timestamp.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of the reference.
DATEmust be of type Epoch timestamp.- Parameters:
 type- The type of the reference.DATEmust be of type Epoch timestamp.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -