public static interface DescribeAccountAttributesResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountAttributes(AccountAttribute... accountAttributes)
An array of AccountAttributes objects.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Collection<AccountAttribute> accountAttributes)
An array of AccountAttributes objects.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
An array of AccountAttributes objects.
|
DescribeAccountAttributesResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountAttributesResponse.Builder accountAttributes(Collection<AccountAttribute> accountAttributes)
An array of AccountAttributes objects.
accountAttributes - An array of AccountAttributes objects.DescribeAccountAttributesResponse.Builder accountAttributes(AccountAttribute... accountAttributes)
An array of AccountAttributes objects.
accountAttributes - An array of AccountAttributes objects.DescribeAccountAttributesResponse.Builder accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
An array of AccountAttributes objects.
This is a convenience method that creates an instance of theAccountAttribute.Builder avoiding the need
to create one manually via
AccountAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountAttributes(List.
accountAttributes - a consumer that will call methods on
AccountAttribute.Builder#accountAttributes(java.util.Collection) DescribeAccountAttributesResponse.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.