Interface DeleteRegistrationFieldValueResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteRegistrationFieldValueResponse.Builder,DeleteRegistrationFieldValueResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeleteRegistrationFieldValueResponse.Builder,DeleteRegistrationFieldValueResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteRegistrationFieldValueResponse
public static interface DeleteRegistrationFieldValueResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteRegistrationFieldValueResponse.Builder,DeleteRegistrationFieldValueResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRegistrationFieldValueResponse.BuilderfieldPath(String fieldPath)The path to the registration form field.DeleteRegistrationFieldValueResponse.BuilderregistrationArn(String registrationArn)The Amazon Resource Name (ARN) for the registration.DeleteRegistrationFieldValueResponse.BuilderregistrationAttachmentId(String registrationAttachmentId)The unique identifier for the registration attachment.DeleteRegistrationFieldValueResponse.BuilderregistrationId(String registrationId)The unique identifier for the registration.DeleteRegistrationFieldValueResponse.BuilderselectChoices(String... selectChoices)An array of values for the form field.DeleteRegistrationFieldValueResponse.BuilderselectChoices(Collection<String> selectChoices)An array of values for the form field.DeleteRegistrationFieldValueResponse.BuildertextValue(String textValue)The text data for a free form field.DeleteRegistrationFieldValueResponse.BuilderversionNumber(Long versionNumber)The version number of the registration.-
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
-
registrationArn
DeleteRegistrationFieldValueResponse.Builder registrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
- Parameters:
registrationArn- The Amazon Resource Name (ARN) for the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
DeleteRegistrationFieldValueResponse.Builder registrationId(String registrationId)
The unique identifier for the registration.
- Parameters:
registrationId- The unique identifier for the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
DeleteRegistrationFieldValueResponse.Builder versionNumber(Long versionNumber)
The version number of the registration.
- Parameters:
versionNumber- The version number of the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldPath
DeleteRegistrationFieldValueResponse.Builder fieldPath(String fieldPath)
The path to the registration form field.
- Parameters:
fieldPath- The path to the registration form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectChoices
DeleteRegistrationFieldValueResponse.Builder selectChoices(Collection<String> selectChoices)
An array of values for the form field.
- Parameters:
selectChoices- An array of values for the form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectChoices
DeleteRegistrationFieldValueResponse.Builder selectChoices(String... selectChoices)
An array of values for the form field.
- Parameters:
selectChoices- An array of values for the form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textValue
DeleteRegistrationFieldValueResponse.Builder textValue(String textValue)
The text data for a free form field.
- Parameters:
textValue- The text data for a free form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachmentId
DeleteRegistrationFieldValueResponse.Builder registrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
- Parameters:
registrationAttachmentId- The unique identifier for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-