Interface DescribeAppsRequest.Builder

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

public static interface DescribeAppsRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeAppsRequest.Builder,DescribeAppsRequest>
  • Method Details

    • stackId

      The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

      Parameters:
      stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appIds

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

      Parameters:
      appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appIds

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

      Parameters:
      appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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