Interface ListChannelsRequest.Builder

  • Method Details

    • notificationConfigurationArn

      ListChannelsRequest.Builder notificationConfigurationArn(String notificationConfigurationArn)

      The Amazon Resource Name (ARN) of the NotificationConfiguration.

      Parameters:
      notificationConfigurationArn - The Amazon Resource Name (ARN) of the NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListChannelsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to be returned in this call. The default value is 20.

      Parameters:
      maxResults - The maximum number of results to be returned in this call. The default value is 20.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListChannelsRequest.Builder nextToken(String nextToken)

      The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. NextToken uses Base64 encoding.

      Parameters:
      nextToken - The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. NextToken uses Base64 encoding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.