Interface DescribeAppsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>, OpsWorksResponse.Builder, SdkBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeAppsResponse

public static interface DescribeAppsResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
  • Method Details

    • apps

      An array of App objects that describe the specified apps.

      Parameters:
      apps - An array of App objects that describe the specified apps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apps

      An array of App objects that describe the specified apps.

      Parameters:
      apps - An array of App objects that describe the specified apps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apps

      An array of App objects that describe the specified apps.

      This is a convenience method that creates an instance of the App.Builder avoiding the need to create one manually via App.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to apps(List<App>).

      Parameters:
      apps - a consumer that will call methods on App.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: