Interface GetScopeResponse.Builder

    • Method Detail

      • scopeId

        GetScopeResponse.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. A scope ID is returned from a CreateScope API call.

        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. A scope ID is returned from a CreateScope API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetScopeResponse.Builder status​(String status)

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

        Parameters:
        status - The status of 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:
        ScopeStatus, ScopeStatus
      • status

        GetScopeResponse.Builder status​(ScopeStatus status)

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

        Parameters:
        status - The status of 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:
        ScopeStatus, ScopeStatus
      • scopeArn

        GetScopeResponse.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.
      • targets

        GetScopeResponse.Builder targets​(Collection<TargetResource> targets)

        The targets for a scope

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

        GetScopeResponse.Builder targets​(TargetResource... targets)

        The targets for a scope

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

        GetScopeResponse.Builder tags​(Map<String,​String> 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.