Interface RelationshipSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RelationshipSummary.Builder,,RelationshipSummary> SdkBuilder<RelationshipSummary.Builder,,RelationshipSummary> SdkPojo
- Enclosing class:
RelationshipSummary
@Mutable
@NotThreadSafe
public static interface RelationshipSummary.Builder
extends SdkPojo, CopyableBuilder<RelationshipSummary.Builder,RelationshipSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the relationship.associatedAccountId(String associatedAccountId) The AWS account ID associated in this relationship.associationType(String associationType) The type of association for the relationship.associationType(AssociationType associationType) The type of association for the relationship.The catalog identifier associated with the relationship.The timestamp when the relationship was created.displayName(String displayName) The display name of the relationship.The unique identifier of the relationship.programManagementAccountId(String programManagementAccountId) The identifier of the program management account.The current revision number of the relationship.The business sector for the relationship.The business sector for the relationship.The start date of the relationship.The timestamp when the relationship was last updated.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 relationship.
- Parameters:
arn- The Amazon Resource Name (ARN) of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the relationship.
- Parameters:
id- The unique identifier of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The current revision number of the relationship.
- Parameters:
revision- The current revision number of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
The catalog identifier associated with the relationship.
- Parameters:
catalog- The catalog identifier associated with the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationType
The type of association for the relationship.
- Parameters:
associationType- The type of association for the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationType
The type of association for the relationship.
- Parameters:
associationType- The type of association for the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
programManagementAccountId
The identifier of the program management account.
- Parameters:
programManagementAccountId- The identifier of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedAccountId
The AWS account ID associated in this relationship.
- Parameters:
associatedAccountId- The AWS account ID associated in this relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the relationship.
- Parameters:
displayName- The display name of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sector
The business sector for the relationship.
- Parameters:
sector- The business sector for the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sector
The business sector for the relationship.
- Parameters:
sector- The business sector for the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the relationship was created.
- Parameters:
createdAt- The timestamp when the relationship was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the relationship was last updated.
- Parameters:
updatedAt- The timestamp when the relationship was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The start date of the relationship.
- Parameters:
startDate- The start date of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-