public static interface TypeFilters.Builder extends SdkPojo, CopyableBuilder<TypeFilters.Builder,TypeFilters>
| Modifier and Type | Method and Description |
|---|---|
TypeFilters.Builder |
category(Category category)
The category of extensions to return.
|
TypeFilters.Builder |
category(String category)
The category of extensions to return.
|
TypeFilters.Builder |
publisherId(String publisherId)
The id of the publisher of the extension.
|
TypeFilters.Builder |
typeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeFilters.Builder category(String category)
The category of extensions to return.
REGISTERED: Private extensions that have been registered for this account and Region.
ACTIVATED: Public extensions that have been activated for this account and Region.
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:
Private extensions registered in the account.
Public extensions from publishers other than Amazon, whether activated or not.
AWS_TYPES: Extensions available for use from Amazon.
category - The category of extensions to return.
REGISTERED: Private extensions that have been registered for this account and Region.
ACTIVATED: Public extensions that have been activated for this account and Region.
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This
includes:
Private extensions registered in the account.
Public extensions from publishers other than Amazon, whether activated or not.
AWS_TYPES: Extensions available for use from Amazon.
Category,
CategoryTypeFilters.Builder category(Category category)
The category of extensions to return.
REGISTERED: Private extensions that have been registered for this account and Region.
ACTIVATED: Public extensions that have been activated for this account and Region.
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:
Private extensions registered in the account.
Public extensions from publishers other than Amazon, whether activated or not.
AWS_TYPES: Extensions available for use from Amazon.
category - The category of extensions to return.
REGISTERED: Private extensions that have been registered for this account and Region.
ACTIVATED: Public extensions that have been activated for this account and Region.
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This
includes:
Private extensions registered in the account.
Public extensions from publishers other than Amazon, whether activated or not.
AWS_TYPES: Extensions available for use from Amazon.
Category,
CategoryTypeFilters.Builder publisherId(String publisherId)
The id of the publisher of the extension.
Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to
specify a list of types published by Amazon.
publisherId - The id of the publisher of the extension.
Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category
to specify a list of types published by Amazon.
TypeFilters.Builder typeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
typeNamePrefix - A prefix to use as a filter for results.Copyright © 2023. All rights reserved.