public static interface PlatformFilter.Builder extends SdkPojo, CopyableBuilder<PlatformFilter.Builder,PlatformFilter>
| Modifier and Type | Method and Description |
|---|---|
PlatformFilter.Builder |
operator(String operator)
The operator to apply to the
Type with each of the Values. |
PlatformFilter.Builder |
type(String type)
The platform version attribute to which the filter values are applied.
|
PlatformFilter.Builder |
values(Collection<String> values)
The list of values applied to the filtering platform version attribute.
|
PlatformFilter.Builder |
values(String... values)
The list of values applied to the filtering platform version attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformFilter.Builder type(String type)
The platform version attribute to which the filter values are applied.
Valid values: PlatformName | PlatformVersion | PlatformStatus |
PlatformBranchName | PlatformLifecycleState | PlatformOwner |
SupportedTier | SupportedAddon | ProgrammingLanguageName |
OperatingSystemName
type - The platform version attribute to which the filter values are applied.
Valid values: PlatformName | PlatformVersion | PlatformStatus |
PlatformBranchName | PlatformLifecycleState | PlatformOwner |
SupportedTier | SupportedAddon | ProgrammingLanguageName |
OperatingSystemName
PlatformFilter.Builder operator(String operator)
The operator to apply to the Type with each of the Values.
Valid values: = | != | < | <= | > |
>= | contains | begins_with | ends_with
operator - The operator to apply to the Type with each of the Values.
Valid values: = | != | < | <= |
> | >= | contains | begins_with |
ends_with
PlatformFilter.Builder values(Collection<String> values)
The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.
The following list shows valid filter values for some filter attributes.
PlatformStatus: Creating | Failed | Ready |
Deleting | Deleted
PlatformLifecycleState: recommended
SupportedTier: WebServer/Standard | Worker/SQS/HTTP
SupportedAddon: Log/S3 | Monitoring/Healthd |
WorkerDaemon/SQSD
values - The list of values applied to the filtering platform version attribute. Only one value is supported
for all current operators.
The following list shows valid filter values for some filter attributes.
PlatformStatus: Creating | Failed | Ready |
Deleting | Deleted
PlatformLifecycleState: recommended
SupportedTier: WebServer/Standard | Worker/SQS/HTTP
SupportedAddon: Log/S3 | Monitoring/Healthd |
WorkerDaemon/SQSD
PlatformFilter.Builder values(String... values)
The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.
The following list shows valid filter values for some filter attributes.
PlatformStatus: Creating | Failed | Ready |
Deleting | Deleted
PlatformLifecycleState: recommended
SupportedTier: WebServer/Standard | Worker/SQS/HTTP
SupportedAddon: Log/S3 | Monitoring/Healthd |
WorkerDaemon/SQSD
values - The list of values applied to the filtering platform version attribute. Only one value is supported
for all current operators.
The following list shows valid filter values for some filter attributes.
PlatformStatus: Creating | Failed | Ready |
Deleting | Deleted
PlatformLifecycleState: recommended
SupportedTier: WebServer/Standard | Worker/SQS/HTTP
SupportedAddon: Log/S3 | Monitoring/Healthd |
WorkerDaemon/SQSD
Copyright © 2023. All rights reserved.