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
Modifier and TypeMethodDescriptionThe ARN of the resource.The ARN of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -