Interface SystemEndpointAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SystemEndpointAttributes.Builder,SystemEndpointAttributes>,SdkBuilder<SystemEndpointAttributes.Builder,SystemEndpointAttributes>,SdkPojo
- Enclosing class:
- SystemEndpointAttributes
public static interface SystemEndpointAttributes.Builder extends SdkPojo, CopyableBuilder<SystemEndpointAttributes.Builder,SystemEndpointAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemEndpointAttributes.Builderaddress(String address)The 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 Detail
-
address
SystemEndpointAttributes.Builder address(String 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.
-
-