public static interface AssociateOriginationIdentityResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateOriginationIdentityResponse.Builder |
isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
AssociateOriginationIdentityResponse.Builder |
originationIdentity(String originationIdentity)
The PhoneNumberId or SenderId of the origination identity.
|
AssociateOriginationIdentityResponse.Builder |
originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or SenderIdArn of the origination identity.
|
AssociateOriginationIdentityResponse.Builder |
poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.
|
AssociateOriginationIdentityResponse.Builder |
poolId(String poolId)
The PoolId of the pool that is now associated with the origination identity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateOriginationIdentityResponse.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.
poolArn - The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.AssociateOriginationIdentityResponse.Builder poolId(String poolId)
The PoolId of the pool that is now associated with the origination identity.
poolId - The PoolId of the pool that is now associated with the origination identity.AssociateOriginationIdentityResponse.Builder originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or SenderIdArn of the origination identity.
originationIdentityArn - The PhoneNumberArn or SenderIdArn of the origination identity.AssociateOriginationIdentityResponse.Builder originationIdentity(String originationIdentity)
The PhoneNumberId or SenderId of the origination identity.
originationIdentity - The PhoneNumberId or SenderId of the origination identity.AssociateOriginationIdentityResponse.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.Copyright © 2023. All rights reserved.