Interface DescribeRegistrationAttachmentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRegistrationAttachmentsResponse.Builder,DescribeRegistrationAttachmentsResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeRegistrationAttachmentsResponse.Builder,DescribeRegistrationAttachmentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRegistrationAttachmentsResponse
public static interface DescribeRegistrationAttachmentsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeRegistrationAttachmentsResponse.Builder,DescribeRegistrationAttachmentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRegistrationAttachmentsResponse.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.DescribeRegistrationAttachmentsResponse.BuilderregistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)An array of RegistrationAttachments objects that contain the details for the requested registration attachments.DescribeRegistrationAttachmentsResponse.BuilderregistrationAttachments(Consumer<RegistrationAttachmentsInformation.Builder>... registrationAttachments)An array of RegistrationAttachments objects that contain the details for the requested registration attachments.DescribeRegistrationAttachmentsResponse.BuilderregistrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)An array of RegistrationAttachments objects that contain the details for the requested registration attachments.-
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
-
registrationAttachments
DescribeRegistrationAttachmentsResponse.Builder registrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
- Parameters:
registrationAttachments- An array of RegistrationAttachments objects that contain the details for the requested registration attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachments
DescribeRegistrationAttachmentsResponse.Builder registrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
- Parameters:
registrationAttachments- An array of RegistrationAttachments objects that contain the details for the requested registration attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachments
DescribeRegistrationAttachmentsResponse.Builder registrationAttachments(Consumer<RegistrationAttachmentsInformation.Builder>... registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
This is a convenience method that creates an instance of theRegistrationAttachmentsInformation.Builderavoiding the need to create one manually viaRegistrationAttachmentsInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#registrationAttachments(List.) - Parameters:
registrationAttachments- a consumer that will call methods onRegistrationAttachmentsInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#registrationAttachments(java.util.Collection)
-
nextToken
DescribeRegistrationAttachmentsResponse.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.
-
-