Interface AccountAssociationItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountAssociationItem.Builder,
,AccountAssociationItem> SdkBuilder<AccountAssociationItem.Builder,
,AccountAssociationItem> SdkPojo
- Enclosing class:
AccountAssociationItem
@Mutable
@NotThreadSafe
public static interface AccountAssociationItem.Builder
extends SdkPojo, CopyableBuilder<AccountAssociationItem.Builder,AccountAssociationItem>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId
(String accountAssociationId) The unique identifier of the account association.The Amazon Resource Name (ARN) of the account association.associationState
(String associationState) The current state of the account association, indicating its status in the association lifecycle.associationState
(AssociationState associationState) The current state of the account association, indicating its status in the association lifecycle.connectorDestinationId
(String connectorDestinationId) The identifier of the connector destination associated with this account association.description
(String description) A description of the account association.errorMessage
(String errorMessage) The error message explaining any issues with the account association, if applicable.The name of the account association.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
-
accountAssociationId
The unique identifier of the account association.
- Parameters:
accountAssociationId
- The unique identifier of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationState
The current state of the account association, indicating its status in the association lifecycle.
- Parameters:
associationState
- The current state of the account association, indicating its status in the association lifecycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationState
The current state of the account association, indicating its status in the association lifecycle.
- Parameters:
associationState
- The current state of the account association, indicating its status in the association lifecycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The error message explaining any issues with the account association, if applicable.
- Parameters:
errorMessage
- The error message explaining any issues with the account association, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorDestinationId
The identifier of the connector destination associated with this account association.
- Parameters:
connectorDestinationId
- The identifier of the connector destination associated with this account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the account association.
- Parameters:
name
- The name of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the account association.
- Parameters:
description
- A description of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the account association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-