Interface ListAppVersionAppComponentsResponse.Builder

    • Method Detail

      • appArn

        ListAppVersionAppComponentsResponse.Builder appArn​(String appArn)

        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Parameters:
        appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appComponents

        ListAppVersionAppComponentsResponse.Builder appComponents​(AppComponent... appComponents)

        Defines an Application Component.

        Parameters:
        appComponents - Defines an Application Component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appVersion

        ListAppVersionAppComponentsResponse.Builder appVersion​(String appVersion)

        Resilience Hub application version.

        Parameters:
        appVersion - Resilience Hub application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppVersionAppComponentsResponse.Builder nextToken​(String nextToken)

        Token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - Token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.