Interface ListApplicationsRequest.Builder

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

  • Method Details

    • limit

      Maximum number of applications to list.

      Parameters:
      limit - Maximum number of applications to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exclusiveStartApplicationName

      ListApplicationsRequest.Builder exclusiveStartApplicationName(String exclusiveStartApplicationName)

      Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

      Parameters:
      exclusiveStartApplicationName - Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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