Interface DescribeAppResponse.Builder

    • Method Detail

      • app

        DescribeAppResponse.Builder app​(App app)

        The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.

        Parameters:
        app - The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • app

        default DescribeAppResponse.Builder app​(Consumer<App.Builder> app)

        The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.

        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 app(App).

        Parameters:
        app - 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:
        app(App)