public static interface ListTriggersRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListTriggersRequest.Builder,ListTriggersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTriggersRequest.Builder |
dependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
ListTriggersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListTriggersRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListTriggersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTriggersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTriggersRequest.Builder |
tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTriggersRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.ListTriggersRequest.Builder dependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
dependentJobName - The name of the job for which to retrieve triggers. The trigger that can start this job is returned.
If there is no such trigger, all triggers are returned.ListTriggersRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.ListTriggersRequest.Builder tags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.ListTriggersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTriggersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.