public static interface ListTypeRegistrationsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTypeRegistrationsResponse.Builder,ListTypeRegistrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypeRegistrationsResponse.Builder |
nextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListTypeRegistrationsResponse.Builder |
registrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
|
ListTypeRegistrationsResponse.Builder |
registrationTokenList(String... registrationTokenList)
A list of extension registration tokens.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypeRegistrationsResponse.Builder registrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
registrationTokenList - A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
ListTypeRegistrationsResponse.Builder registrationTokenList(String... registrationTokenList)
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
registrationTokenList - A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
ListTypeRegistrationsResponse.Builder nextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.Copyright © 2023. All rights reserved.