public static interface GetTriggersRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTriggersRequest.Builder,GetTriggersRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTriggersRequest.Builder |
dependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
GetTriggersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the response.
|
GetTriggersRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetTriggersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetTriggersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetTriggersRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetTriggersRequest.Builder dependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers. The trigger that can start this job will be returned, and if there is no such trigger, all triggers will be returned.
dependentJobName - The name of the job for which to retrieve triggers. The trigger that can start this job will be
returned, and if there is no such trigger, all triggers will be returned.GetTriggersRequest.Builder maxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.GetTriggersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetTriggersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.