Interface PutRegistrationFieldValueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutRegistrationFieldValueRequest.Builder,
,PutRegistrationFieldValueRequest> PinpointSmsVoiceV2Request.Builder
,SdkBuilder<PutRegistrationFieldValueRequest.Builder,
,PutRegistrationFieldValueRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutRegistrationFieldValueRequest
@Mutable
@NotThreadSafe
public static interface PutRegistrationFieldValueRequest.Builder
extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<PutRegistrationFieldValueRequest.Builder,PutRegistrationFieldValueRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe path to the registration form field.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registrationAttachmentId
(String registrationAttachmentId) The unique identifier for the registration attachment.registrationId
(String registrationId) The unique identifier for the registration.selectChoices
(String... selectChoices) An array of values for the form field.selectChoices
(Collection<String> selectChoices) An array of values for the form field.The text data for a free form field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutRegistrationFieldValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-