Interface ListTypeRegistrationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListTypeRegistrationsResponse.Builder,,ListTypeRegistrationsResponse> SdkBuilder<ListTypeRegistrationsResponse.Builder,,ListTypeRegistrationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypeRegistrationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all the remaining results,NextTokenis set to a token.registrationTokenList(String... registrationTokenList) A list of extension registration tokens.registrationTokenList(Collection<String> registrationTokenList) A list of extension registration tokens.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registrationTokenList
ListTypeRegistrationsResponse.Builder registrationTokenList(Collection<String> registrationTokenList) A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
- Parameters:
registrationTokenList- A list of extension registration tokens.Use DescribeTypeRegistration to return detailed information about a type registration request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationTokenList
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
- Parameters:
registrationTokenList- A list of extension registration tokens.Use DescribeTypeRegistration to return detailed information about a type registration request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Parameters:
nextToken- If the request doesn't return all the remaining results,NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-