Interface SystemEndpointAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SystemEndpointAttributes.Builder,
,SystemEndpointAttributes> SdkBuilder<SystemEndpointAttributes.Builder,
,SystemEndpointAttributes> SdkPojo
- Enclosing class:
SystemEndpointAttributes
@Mutable
@NotThreadSafe
public static interface SystemEndpointAttributes.Builder
extends SdkPojo, CopyableBuilder<SystemEndpointAttributes.Builder,SystemEndpointAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionThe customer's phone number if used withcustomerEndpoint
, or the number the customer dialed to call your contact center if used withsystemEndpoint
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
address
The customer's phone number if used with
customerEndpoint
, or the number the customer dialed to call your contact center if used withsystemEndpoint
.- Parameters:
address
- The customer's phone number if used withcustomerEndpoint
, or the number the customer dialed to call your contact center if used withsystemEndpoint
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-