Interface CreateAppResponse.Builder

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

public static interface CreateAppResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>
  • Method Details

    • app

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

      Parameters:
      app - The created 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

      The created 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: