public static interface DescribeSenderIdsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeSenderIdsResponse.Builder,DescribeSenderIdsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSenderIdsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeSenderIdsResponse.Builder |
senderIds(Collection<SenderIdInformation> senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
DescribeSenderIdsResponse.Builder |
senderIds(Consumer<SenderIdInformation.Builder>... senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
DescribeSenderIdsResponse.Builder |
senderIds(SenderIdInformation... senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSenderIdsResponse.Builder senderIds(Collection<SenderIdInformation> senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
senderIds - An array of SernderIdInformation objects that contain the details for the requested SenderIds.DescribeSenderIdsResponse.Builder senderIds(SenderIdInformation... senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
senderIds - An array of SernderIdInformation objects that contain the details for the requested SenderIds.DescribeSenderIdsResponse.Builder senderIds(Consumer<SenderIdInformation.Builder>... 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 via
SenderIdInformation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #senderIds(List.
senderIds - a consumer that will call methods on
SenderIdInformation.Builder#senderIds(java.util.Collection) DescribeSenderIdsResponse.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no
more results.Copyright © 2023. All rights reserved.