Interface DependentEntity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DependentEntity.Builder,
,DependentEntity> SdkBuilder<DependentEntity.Builder,
,DependentEntity> SdkPojo
- Enclosing class:
DependentEntity
@Mutable
@NotThreadSafe
public static interface DependentEntity.Builder
extends SdkPojo, CopyableBuilder<DependentEntity.Builder,DependentEntity>
-
Method Summary
Modifier and TypeMethodDescriptiondependentResourceIds
(String... dependentResourceIds) The Amazon Resource Names (ARNs) of the dependent resources.dependentResourceIds
(Collection<String> dependentResourceIds) The Amazon Resource Names (ARNs) of the dependent resources.relationType
(String relationType) The type of relationship between one resource and the other resource that it is related to or depends on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-