Interface CreateScopeResponse.Builder

  • Method Details

    • scopeId

      The identifier for the scope that includes the resources you want to get metrics for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.

      Parameters:
      scopeId - The identifier for the scope that includes the resources you want to get metrics for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status for a call to create a scope. The status can be one of the following: SUCCEEDED, IN_PROGRESS, or FAILED.

      Parameters:
      status - The status for a call to create a scope. The status can be one of the following: SUCCEEDED, IN_PROGRESS, or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status for a call to create a scope. The status can be one of the following: SUCCEEDED, IN_PROGRESS, or FAILED.

      Parameters:
      status - The status for a call to create a scope. The status can be one of the following: SUCCEEDED, IN_PROGRESS, or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scopeArn

      CreateScopeResponse.Builder scopeArn(String scopeArn)

      The Amazon Resource Name (ARN) of the scope.

      Parameters:
      scopeArn - The Amazon Resource Name (ARN) of the scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags for a scope.

      Parameters:
      tags - The tags for a scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.