Interface UpdateRelationshipDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateRelationshipDetail.Builder,,UpdateRelationshipDetail> SdkBuilder<UpdateRelationshipDetail.Builder,,UpdateRelationshipDetail> SdkPojo
- Enclosing class:
UpdateRelationshipDetail
@Mutable
@NotThreadSafe
public static interface UpdateRelationshipDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateRelationshipDetail.Builder,UpdateRelationshipDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated relationship.displayName(String displayName) The updated display name of the relationship.The unique identifier of the updated relationship.The new revision number of the relationship.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the updated relationship.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the updated relationship.
- Parameters:
id- The unique identifier of the updated relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The new revision number of the relationship.
- Parameters:
revision- The new revision number of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The updated display name of the relationship.
- Parameters:
displayName- The updated display name of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-