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)
Add an optional request override configuration.
|
ListTriggersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTriggersRequest.Builder |
tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTriggersRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTriggersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.