Interface ListAppVersionResourcesRequest.Builder

    • Method Detail

      • appArn

        ListAppVersionResourcesRequest.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.
      • appVersion

        ListAppVersionResourcesRequest.Builder appVersion​(String appVersion)

        The version of the application.

        Parameters:
        appVersion - The version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAppVersionResourcesRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        Parameters:
        maxResults - Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppVersionResourcesRequest.Builder nextToken​(String nextToken)

        Null, or the token from a previous call to get the next set of results.

        Parameters:
        nextToken - Null, or the token from a previous call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolutionId

        ListAppVersionResourcesRequest.Builder resolutionId​(String resolutionId)

        The identifier for a specific resolution.

        Parameters:
        resolutionId - The identifier for a specific resolution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.