public static interface DescribeKeywordsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeKeywordsResponse.Builder,DescribeKeywordsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeKeywordsResponse.Builder |
keywords(Collection<KeywordInformation> keywords)
An array of KeywordInformation objects that contain the results.
|
DescribeKeywordsResponse.Builder |
keywords(Consumer<KeywordInformation.Builder>... keywords)
An array of KeywordInformation objects that contain the results.
|
DescribeKeywordsResponse.Builder |
keywords(KeywordInformation... keywords)
An array of KeywordInformation objects that contain the results.
|
DescribeKeywordsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeKeywordsResponse.Builder |
originationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that is associated with the OriginationIdentity.
|
DescribeKeywordsResponse.Builder |
originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeKeywordsResponse.Builder originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.
originationIdentityArn - The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.DescribeKeywordsResponse.Builder originationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that is associated with the OriginationIdentity.
originationIdentity - The PhoneNumberId or PoolId that is associated with the OriginationIdentity.DescribeKeywordsResponse.Builder keywords(Collection<KeywordInformation> keywords)
An array of KeywordInformation objects that contain the results.
keywords - An array of KeywordInformation objects that contain the results.DescribeKeywordsResponse.Builder keywords(KeywordInformation... keywords)
An array of KeywordInformation objects that contain the results.
keywords - An array of KeywordInformation objects that contain the results.DescribeKeywordsResponse.Builder keywords(Consumer<KeywordInformation.Builder>... keywords)
An array of KeywordInformation objects that contain the results.
This is a convenience method that creates an instance of theKeywordInformation.Builder avoiding the need
to create one manually via
KeywordInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #keywords(List.
keywords - a consumer that will call methods on
KeywordInformation.Builder#keywords(java.util.Collection) DescribeKeywordsResponse.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.