Interface ListTriggersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTriggersResponse.Builder,ListTriggersResponse>,GlueResponse.Builder,SdkBuilder<ListTriggersResponse.Builder,ListTriggersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTriggersResponse
public static interface ListTriggersResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListTriggersResponse.Builder,ListTriggersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTriggersResponse.BuildernextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.ListTriggersResponse.BuildertriggerNames(String... triggerNames)The names of all triggers in the account, or the triggers with the specified tags.ListTriggersResponse.BuildertriggerNames(Collection<String> triggerNames)The names of all triggers in the account, or the triggers with the specified tags.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
triggerNames
ListTriggersResponse.Builder triggerNames(Collection<String> triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
- Parameters:
triggerNames- The names of all triggers in the account, or the triggers with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerNames
ListTriggersResponse.Builder triggerNames(String... triggerNames)
The names of all triggers in the account, or the triggers with the specified tags.
- Parameters:
triggerNames- The names of all triggers in the account, or the triggers with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTriggersResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
- Parameters:
nextToken- A continuation token, if the returned list does not contain the last metric available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-