public static interface DependentEntity.Builder extends SdkPojo, CopyableBuilder<DependentEntity.Builder,DependentEntity>
| Modifier and Type | Method and Description |
|---|---|
DependentEntity.Builder |
dependentResourceIds(Collection<String> dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity.Builder |
dependentResourceIds(String... dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity.Builder |
relationType(String relationType)
The type of relationship between one resource and the other resource that it is related to or depends on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDependentEntity.Builder relationType(String relationType)
The type of relationship between one resource and the other resource that it is related to or depends on.
relationType - The type of relationship between one resource and the other resource that it is related to or depends
on.DependentEntity.Builder dependentResourceIds(Collection<String> dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
dependentResourceIds - The Amazon Resource Names (ARNs) of the dependent resources.DependentEntity.Builder dependentResourceIds(String... dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
dependentResourceIds - The Amazon Resource Names (ARNs) of the dependent resources.Copyright © 2023. All rights reserved.