public static interface ListTypeRegistrationsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListTypeRegistrationsRequest.Builder,ListTypeRegistrationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypeRegistrationsRequest.Builder type(String type)
The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeListTypeRegistrationsRequest.Builder type(RegistryType type)
The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeListTypeRegistrationsRequest.Builder typeName(String typeName)
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
ListTypeRegistrationsRequest.Builder typeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify either TypeName and Type, or Arn.
typeArn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify either TypeName and Type, or Arn.
ListTypeRegistrationsRequest.Builder registrationStatusFilter(String registrationStatusFilter)
The current status of the type registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the type registration request.
The default is IN_PROGRESS.
RegistrationStatus,
RegistrationStatusListTypeRegistrationsRequest.Builder registrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the type registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the type 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 © 2021. All rights reserved.