Interface PutRegistrationFieldValueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutRegistrationFieldValueRequest.Builder,PutRegistrationFieldValueRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<PutRegistrationFieldValueRequest.Builder,PutRegistrationFieldValueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutRegistrationFieldValueRequest
public static interface PutRegistrationFieldValueRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<PutRegistrationFieldValueRequest.Builder,PutRegistrationFieldValueRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
registrationId
PutRegistrationFieldValueRequest.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.
-
fieldPath
PutRegistrationFieldValueRequest.Builder fieldPath(String fieldPath)
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
- Parameters:
fieldPath- The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectChoices
PutRegistrationFieldValueRequest.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
PutRegistrationFieldValueRequest.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
PutRegistrationFieldValueRequest.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
PutRegistrationFieldValueRequest.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.
-
overrideConfiguration
PutRegistrationFieldValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutRegistrationFieldValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-