Interface Relationship.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Relationship.Builder,Relationship>,SdkBuilder<Relationship.Builder,Relationship>,SdkPojo
- Enclosing class:
- Relationship
public static interface Relationship.Builder extends SdkPojo, CopyableBuilder<Relationship.Builder,Relationship>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Relationship.Builderfrom(String from)The ARN of the resource.Relationship.Builderto(String to)The ARN of the resource.-
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, sdkFields
-
-
-
-
Method Detail
-
from
Relationship.Builder from(String from)
The ARN of the resource.
- Parameters:
from- The ARN of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
to
Relationship.Builder to(String to)
The ARN of the resource.
- Parameters:
to- The ARN of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-