Interface ListListenersRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListListenersRequest.Builder,ListListenersRequest>, GlobalAcceleratorRequest.Builder, SdkBuilder<ListListenersRequest.Builder,ListListenersRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListListenersRequest

public static interface ListListenersRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListListenersRequest.Builder,ListListenersRequest>
  • Method Details

    • acceleratorArn

      ListListenersRequest.Builder acceleratorArn(String acceleratorArn)

      The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

      Parameters:
      acceleratorArn - The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListListenersRequest.Builder maxResults(Integer maxResults)

      The number of listener objects that you want to return with this call. The default value is 10.

      Parameters:
      maxResults - The number of listener objects that you want to return with this call. The default value is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListListenersRequest.Builder nextToken(String nextToken)

      The token for the next set of results. You receive this token from a previous call.

      Parameters:
      nextToken - The token for the next set of results. You receive this token from a previous call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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