Interface ListTypeRegistrationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListTypeRegistrationsResponse.Builder,ListTypeRegistrationsResponse>,SdkBuilder<ListTypeRegistrationsResponse.Builder,ListTypeRegistrationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypeRegistrationsResponse
@Mutable @NotThreadSafe public static interface ListTypeRegistrationsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTypeRegistrationsResponse.Builder,ListTypeRegistrationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTypeRegistrationsResponse.BuildernextToken(String nextToken)If the request doesn't return all the remaining results,NextTokenis set to a token.ListTypeRegistrationsResponse.BuilderregistrationTokenList(String... registrationTokenList)A list of extension registration tokens.ListTypeRegistrationsResponse.BuilderregistrationTokenList(Collection<String> registrationTokenList)A list of extension registration tokens.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
ListTypeRegistrationsResponse.Builder registrationTokenList(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.
-
nextToken
ListTypeRegistrationsResponse.Builder nextToken(String 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.
-
-