CopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
, SdkBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
public static interface SmsConfigurationType.Builder extends CopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
Modifier and Type | Method | Description |
---|---|---|
SmsConfigurationType.Builder |
externalId(String externalId) |
The external ID.
|
SmsConfigurationType.Builder |
snsCallerArn(String snsCallerArn) |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
copy
apply, build
SmsConfigurationType.Builder snsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
snsCallerArn
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.SmsConfigurationType.Builder externalId(String externalId)
The external ID.
externalId
- The external ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.