public static interface ListTypeRegistrationsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListTypeRegistrationsRequest.Builder,ListTypeRegistrationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTypeRegistrationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypeRegistrationsRequest.Builder |
nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypeRegistrationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypeRegistrationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTypeRegistrationsRequest.Builder |
registrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the extension registration request.
|
ListTypeRegistrationsRequest.Builder |
registrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
|
ListTypeRegistrationsRequest.Builder |
type(RegistryType type)
The kind of extension.
|
ListTypeRegistrationsRequest.Builder |
type(String type)
The kind of extension.
|
ListTypeRegistrationsRequest.Builder |
typeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
|
ListTypeRegistrationsRequest.Builder |
typeName(String typeName)
The name of the extension.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypeRegistrationsRequest.Builder type(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeListTypeRegistrationsRequest.Builder type(RegistryType type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeListTypeRegistrationsRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
ListTypeRegistrationsRequest.Builder typeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeArn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
ListTypeRegistrationsRequest.Builder registrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the extension registration request.
The default is IN_PROGRESS.
RegistrationStatus,
RegistrationStatusListTypeRegistrationsRequest.Builder registrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the extension registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the extension registration request.
The default is IN_PROGRESS.
RegistrationStatus,
RegistrationStatusListTypeRegistrationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds
this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.ListTypeRegistrationsRequest.Builder nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value 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 there are no
remaining results, the previous response object's NextToken parameter is set to
null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value 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
there are no remaining results, the previous response object's NextToken parameter is set
to null.ListTypeRegistrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTypeRegistrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.