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 Details

    • 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.