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 to retrieve triggers for.
|
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) |
GetTriggersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
dependentJobName - The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if
there is no such trigger, all triggers are returned.GetTriggersRequest.Builder maxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.GetTriggersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTriggersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.