Interface DisassociateOriginationIdentityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateOriginationIdentityResponse
public static interface DisassociateOriginationIdentityResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateOriginationIdentityResponse.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.DisassociateOriginationIdentityResponse.BuilderoriginationIdentity(String originationIdentity)The PhoneNumberId or SenderId of the origination identity.DisassociateOriginationIdentityResponse.BuilderoriginationIdentityArn(String originationIdentityArn)The PhoneNumberArn or SenderIdArn of the origination identity.DisassociateOriginationIdentityResponse.BuilderpoolArn(String poolArn)The Amazon Resource Name (ARN) of the pool.DisassociateOriginationIdentityResponse.BuilderpoolId(String poolId)The PoolId of the pool no longer associated with the origination identity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
poolArn
DisassociateOriginationIdentityResponse.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool.
- Parameters:
poolArn- The Amazon Resource Name (ARN) of the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolId
DisassociateOriginationIdentityResponse.Builder poolId(String poolId)
The PoolId of the pool no longer associated with the origination identity.
- Parameters:
poolId- The PoolId of the pool no longer associated with the origination identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originationIdentityArn
DisassociateOriginationIdentityResponse.Builder originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or SenderIdArn of the origination identity.
- Parameters:
originationIdentityArn- The PhoneNumberArn or SenderIdArn of the origination identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originationIdentity
DisassociateOriginationIdentityResponse.Builder originationIdentity(String originationIdentity)
The PhoneNumberId or SenderId of the origination identity.
- Parameters:
originationIdentity- The PhoneNumberId or SenderId of the origination identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isoCountryCode
DisassociateOriginationIdentityResponse.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- Parameters:
isoCountryCode- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-