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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountAssociationIdThe 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.
 
- 
associationStateThe 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:
 
- 
associationStateThe 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:
 
- 
errorMessageThe 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.
 
- 
connectorDestinationIdThe 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.
 
- 
nameThe 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.
 
- 
descriptionA 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.
 
- 
arnThe 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.
 
 
-