Interface DescribeRegistrationFieldValuesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRegistrationFieldValuesResponse.Builder,
,DescribeRegistrationFieldValuesResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DescribeRegistrationFieldValuesResponse.Builder,
,DescribeRegistrationFieldValuesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRegistrationFieldValuesResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe token to be used for the next set of paginated results.registrationArn
(String registrationArn) The Amazon Resource Name (ARN) for the registration.registrationFieldValues
(Collection<RegistrationFieldValueInformation> registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.registrationFieldValues
(Consumer<RegistrationFieldValueInformation.Builder>... registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.registrationFieldValues
(RegistrationFieldValueInformation... registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.registrationId
(String registrationId) The unique identifier for the registration.versionNumber
(Long versionNumber) The current version 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
The current version of the registration.
- Parameters:
versionNumber
- The current version of the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationFieldValues
DescribeRegistrationFieldValuesResponse.Builder registrationFieldValues(Collection<RegistrationFieldValueInformation> registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.
- Parameters:
registrationFieldValues
- An array of RegistrationFieldValues objects that contain the values for the requested registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationFieldValues
DescribeRegistrationFieldValuesResponse.Builder registrationFieldValues(RegistrationFieldValueInformation... registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.
- Parameters:
registrationFieldValues
- An array of RegistrationFieldValues objects that contain the values for the requested registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationFieldValues
DescribeRegistrationFieldValuesResponse.Builder registrationFieldValues(Consumer<RegistrationFieldValueInformation.Builder>... registrationFieldValues) An array of RegistrationFieldValues objects that contain the values for the requested registration.
This is a convenience method that creates an instance of theRegistrationFieldValueInformation.Builder
avoiding the need to create one manually viaRegistrationFieldValueInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregistrationFieldValues(List<RegistrationFieldValueInformation>)
.- Parameters:
registrationFieldValues
- a consumer that will call methods onRegistrationFieldValueInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
- Parameters:
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-