Interface DialRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DialRequest.Builder,DialRequest>,SdkBuilder<DialRequest.Builder,DialRequest>,SdkPojo
- Enclosing class:
- DialRequest
public static interface DialRequest.Builder extends SdkPojo, CopyableBuilder<DialRequest.Builder,DialRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialRequest.Builderattributes(Map<String,String> attributes)Sets the value of the Attributes property for this object.DialRequest.BuilderclientToken(String clientToken)Sets the value of the ClientToken property for this object.DialRequest.BuilderexpirationTime(Instant expirationTime)Sets the value of the ExpirationTime property for this object.DialRequest.BuilderphoneNumber(String phoneNumber)Sets the value of the PhoneNumber property for this object.-
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
-
clientToken
DialRequest.Builder clientToken(String clientToken)
Sets the value of the ClientToken property for this object.- Parameters:
clientToken- The new value for the ClientToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
DialRequest.Builder phoneNumber(String phoneNumber)
Sets the value of the PhoneNumber property for this object.- Parameters:
phoneNumber- The new value for the PhoneNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTime
DialRequest.Builder expirationTime(Instant expirationTime)
Sets the value of the ExpirationTime property for this object.- Parameters:
expirationTime- The new value for the ExpirationTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DialRequest.Builder attributes(Map<String,String> attributes)
Sets the value of the Attributes property for this object.- Parameters:
attributes- The new value for the Attributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-