public static interface ListTriggersResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListTriggersResponse.Builder,ListTriggersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTriggersResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
ListTriggersResponse.Builder |
triggerNames(Collection<String> triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
|
ListTriggersResponse.Builder |
triggerNames(String... triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTriggersResponse.Builder triggerNames(Collection<String> triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
triggerNames - The names of all triggers in the account, or the triggers with the specified tags.ListTriggersResponse.Builder triggerNames(String... triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
triggerNames - The names of all triggers in the account, or the triggers with the specified tags.ListTriggersResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken - A continuation token, if the returned list does not contain the last metric available.Copyright © 2023. All rights reserved.