Interface DescribeRegistrationFieldValuesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRegistrationFieldValuesResponse.Builder,DescribeRegistrationFieldValuesResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeRegistrationFieldValuesResponse.Builder,DescribeRegistrationFieldValuesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRegistrationFieldValuesResponse
public static interface DescribeRegistrationFieldValuesResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeRegistrationFieldValuesResponse.Builder,DescribeRegistrationFieldValuesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRegistrationFieldValuesResponse.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.DescribeRegistrationFieldValuesResponse.BuilderregistrationArn(String registrationArn)The Amazon Resource Name (ARN) for the registration.DescribeRegistrationFieldValuesResponse.BuilderregistrationFieldValues(Collection<RegistrationFieldValueInformation> registrationFieldValues)An array of RegistrationFieldValues objects that contain the values for the requested registration.DescribeRegistrationFieldValuesResponse.BuilderregistrationFieldValues(Consumer<RegistrationFieldValueInformation.Builder>... registrationFieldValues)An array of RegistrationFieldValues objects that contain the values for the requested registration.DescribeRegistrationFieldValuesResponse.BuilderregistrationFieldValues(RegistrationFieldValueInformation... registrationFieldValues)An array of RegistrationFieldValues objects that contain the values for the requested registration.DescribeRegistrationFieldValuesResponse.BuilderregistrationId(String registrationId)The unique identifier for the registration.DescribeRegistrationFieldValuesResponse.BuilderversionNumber(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registrationArn
DescribeRegistrationFieldValuesResponse.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
DescribeRegistrationFieldValuesResponse.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
DescribeRegistrationFieldValuesResponse.Builder versionNumber(Long 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.Builderavoiding the need to create one manually viaRegistrationFieldValueInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#registrationFieldValues(List.) - 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:
#registrationFieldValues(java.util.Collection)
-
nextToken
DescribeRegistrationFieldValuesResponse.Builder nextToken(String 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.
-
-