Interface DescribeRegistrationTypeDefinitionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRegistrationTypeDefinitionsResponse.Builder,DescribeRegistrationTypeDefinitionsResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeRegistrationTypeDefinitionsResponse.Builder,DescribeRegistrationTypeDefinitionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRegistrationTypeDefinitionsResponse
public static interface DescribeRegistrationTypeDefinitionsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeRegistrationTypeDefinitionsResponse.Builder,DescribeRegistrationTypeDefinitionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRegistrationTypeDefinitionsResponse.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.DescribeRegistrationTypeDefinitionsResponse.BuilderregistrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)The type of registration form.DescribeRegistrationTypeDefinitionsResponse.BuilderregistrationTypeDefinitions(Consumer<RegistrationTypeDefinition.Builder>... registrationTypeDefinitions)The type of registration form.DescribeRegistrationTypeDefinitionsResponse.BuilderregistrationTypeDefinitions(RegistrationTypeDefinition... registrationTypeDefinitions)The type of registration form.-
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
-
registrationTypeDefinitions
DescribeRegistrationTypeDefinitionsResponse.Builder registrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
- Parameters:
registrationTypeDefinitions- The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationTypeDefinitions
DescribeRegistrationTypeDefinitionsResponse.Builder registrationTypeDefinitions(RegistrationTypeDefinition... registrationTypeDefinitions)
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
- Parameters:
registrationTypeDefinitions- The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationTypeDefinitions
DescribeRegistrationTypeDefinitionsResponse.Builder registrationTypeDefinitions(Consumer<RegistrationTypeDefinition.Builder>... registrationTypeDefinitions)
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
This is a convenience method that creates an instance of theRegistrationTypeDefinition.Builderavoiding the need to create one manually viaRegistrationTypeDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#registrationTypeDefinitions(List.) - Parameters:
registrationTypeDefinitions- a consumer that will call methods onRegistrationTypeDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#registrationTypeDefinitions(java.util.Collection)
-
nextToken
DescribeRegistrationTypeDefinitionsResponse.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.
-
-