Interface DescribeSenderIdsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeSenderIdsResponse.Builder,
,DescribeSenderIdsResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DescribeSenderIdsResponse.Builder,
,DescribeSenderIdsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeSenderIdsResponse
@Mutable
@NotThreadSafe
public static interface DescribeSenderIdsResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeSenderIdsResponse.Builder,DescribeSenderIdsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to be used for the next set of paginated results.senderIds
(Collection<SenderIdInformation> senderIds) An array of SernderIdInformation objects that contain the details for the requested SenderIds.senderIds
(Consumer<SenderIdInformation.Builder>... senderIds) An array of SernderIdInformation objects that contain the details for the requested SenderIds.senderIds
(SenderIdInformation... senderIds) An array of SernderIdInformation objects that contain the details for the requested SenderIds.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
-
senderIds
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
- Parameters:
senderIds
- An array of SernderIdInformation objects that contain the details for the requested SenderIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderIds
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
- Parameters:
senderIds
- An array of SernderIdInformation objects that contain the details for the requested SenderIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderIds
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
This is a convenience method that creates an instance of theSenderIdInformation.Builder
avoiding the need to create one manually viaSenderIdInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosenderIds(List<SenderIdInformation>)
.- Parameters:
senderIds
- a consumer that will call methods onSenderIdInformation.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. If this field is empty then there are no more results.
- Parameters:
nextToken
- The token to be used for the next set of paginated results. If this field is empty then there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-