Interface DependentEntity.Builder

  • Method Details

    • relationType

      DependentEntity.Builder relationType(String relationType)

      The type of relationship between one resource and the other resource that it is related to or depends on.

      Parameters:
      relationType - The type of relationship between one resource and the other resource that it is related to or depends on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dependentResourceIds

      DependentEntity.Builder dependentResourceIds(Collection<String> dependentResourceIds)

      The Amazon Resource Names (ARNs) of the dependent resources.

      Parameters:
      dependentResourceIds - The Amazon Resource Names (ARNs) of the dependent resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dependentResourceIds

      DependentEntity.Builder dependentResourceIds(String... dependentResourceIds)

      The Amazon Resource Names (ARNs) of the dependent resources.

      Parameters:
      dependentResourceIds - The Amazon Resource Names (ARNs) of the dependent resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.