Interface ScopeSummary.Builder

    • Method Detail

      • scopeId

        ScopeSummary.Builder scopeId​(String scopeId)

        The identifier for the scope that includes the resources you want to get data results 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 data results 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

        ScopeSummary.Builder status​(String status)

        The status of a scope. The status can be one of the following, depending on the state of scope creation: SUCCEEDED, IN_PROGRESS, or FAILED.

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

        ScopeSummary.Builder status​(ScopeStatus status)

        The status of a scope. The status can be one of the following, depending on the state of scope creation: SUCCEEDED, IN_PROGRESS, or FAILED.

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

        ScopeSummary.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.