Interface ChildResource.Builder

  • Method Details

    • resourceId

      ChildResource.Builder resourceId(String resourceId)

      The unique identifier of the child resource.

      Parameters:
      resourceId - The unique identifier of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ChildResource.Builder resourceType(String resourceType)

      The type of the child resource.

      Parameters:
      resourceType - The type of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ChildResource.Builder resourceType(ChildResourceType resourceType)

      The type of the child resource.

      Parameters:
      resourceType - The type of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceName

      ChildResource.Builder resourceName(String resourceName)

      The name of the child resource.

      Parameters:
      resourceName - The name of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccountId

      ChildResource.Builder ownerAccountId(String ownerAccountId)

      The Amazon Web Services account ID of the member who owns the child resource.

      Parameters:
      ownerAccountId - The Amazon Web Services account ID of the member who owns the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceStatus

      ChildResource.Builder resourceStatus(String resourceStatus)

      The current status of the child resource.

      Parameters:
      resourceStatus - The current status of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceStatus

      ChildResource.Builder resourceStatus(ResourceStatus resourceStatus)

      The current status of the child resource.

      Parameters:
      resourceStatus - The current status of the child resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: