Interface AssociateOriginationIdentityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateOriginationIdentityResponse
public static interface AssociateOriginationIdentityResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateOriginationIdentityResponse.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.AssociateOriginationIdentityResponse.BuilderoriginationIdentity(String originationIdentity)The PhoneNumberId or SenderId of the origination identity.AssociateOriginationIdentityResponse.BuilderoriginationIdentityArn(String originationIdentityArn)The PhoneNumberArn or SenderIdArn of the origination identity.AssociateOriginationIdentityResponse.BuilderpoolArn(String poolArn)The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.AssociateOriginationIdentityResponse.BuilderpoolId(String poolId)The PoolId of the pool that is now 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
AssociateOriginationIdentityResponse.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.
- Parameters:
poolArn- The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolId
AssociateOriginationIdentityResponse.Builder poolId(String poolId)
The PoolId of the pool that is now associated with the origination identity.
- Parameters:
poolId- The PoolId of the pool that is now associated with the origination identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originationIdentityArn
AssociateOriginationIdentityResponse.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
AssociateOriginationIdentityResponse.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
AssociateOriginationIdentityResponse.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.
-
-