public static interface DisassociateOriginationIdentityResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateOriginationIdentityResponse.Builder |
isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
DisassociateOriginationIdentityResponse.Builder |
originationIdentity(String originationIdentity)
The PhoneNumberId or SenderId of the origination identity.
|
DisassociateOriginationIdentityResponse.Builder |
originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or SenderIdArn of the origination identity.
|
DisassociateOriginationIdentityResponse.Builder |
poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool.
|
DisassociateOriginationIdentityResponse.Builder |
poolId(String poolId)
The PoolId of the pool no longer associated with the origination identity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateOriginationIdentityResponse.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool.
poolArn - The Amazon Resource Name (ARN) of the pool.DisassociateOriginationIdentityResponse.Builder poolId(String poolId)
The PoolId of the pool no longer associated with the origination identity.
poolId - The PoolId of the pool no longer associated with the origination identity.DisassociateOriginationIdentityResponse.Builder originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or SenderIdArn of the origination identity.
originationIdentityArn - The PhoneNumberArn or SenderIdArn of the origination identity.DisassociateOriginationIdentityResponse.Builder originationIdentity(String originationIdentity)
The PhoneNumberId or SenderId of the origination identity.
originationIdentity - The PhoneNumberId or SenderId of the origination identity.DisassociateOriginationIdentityResponse.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.