Interface DescribeRegistrationAttachmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRegistrationAttachmentsRequest.Builder,DescribeRegistrationAttachmentsRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<DescribeRegistrationAttachmentsRequest.Builder,DescribeRegistrationAttachmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRegistrationAttachmentsRequest
public static interface DescribeRegistrationAttachmentsRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DescribeRegistrationAttachmentsRequest.Builder,DescribeRegistrationAttachmentsRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
registrationAttachmentIds
DescribeRegistrationAttachmentsRequest.Builder registrationAttachmentIds(Collection<String> registrationAttachmentIds)
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
- Parameters:
registrationAttachmentIds- The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachmentIds
DescribeRegistrationAttachmentsRequest.Builder registrationAttachmentIds(String... registrationAttachmentIds)
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
- Parameters:
registrationAttachmentIds- The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeRegistrationAttachmentsRequest.Builder filters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
- Parameters:
filters- An array of RegistrationAttachmentFilter objects to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeRegistrationAttachmentsRequest.Builder filters(RegistrationAttachmentFilter... filters)
An array of RegistrationAttachmentFilter objects to filter the results.
- Parameters:
filters- An array of RegistrationAttachmentFilter objects to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeRegistrationAttachmentsRequest.Builder filters(Consumer<RegistrationAttachmentFilter.Builder>... filters)
An array of RegistrationAttachmentFilter objects to filter the results.
This is a convenience method that creates an instance of theRegistrationAttachmentFilter.Builderavoiding the need to create one manually viaRegistrationAttachmentFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onRegistrationAttachmentFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
DescribeRegistrationAttachmentsRequest.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.
-
maxResults
DescribeRegistrationAttachmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per each request.
- Parameters:
maxResults- The maximum number of results to return per each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRegistrationAttachmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRegistrationAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-