Interface AccountLink.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountLink.Builder,AccountLink>,SdkBuilder<AccountLink.Builder,AccountLink>,SdkPojo
- Enclosing class:
- AccountLink
public static interface AccountLink.Builder extends SdkPojo, CopyableBuilder<AccountLink.Builder,AccountLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountLink.BuilderaccountLinkId(String accountLinkId)The identifier of the account link.AccountLink.BuilderaccountLinkStatus(String accountLinkStatus)The status of the account link.AccountLink.BuilderaccountLinkStatus(AccountLinkStatusEnum accountLinkStatus)The status of the account link.AccountLink.BuildersourceAccountId(String sourceAccountId)The identifier of the source account.AccountLink.BuildertargetAccountId(String targetAccountId)The identifier of the target account.-
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 Detail
-
accountLinkId
AccountLink.Builder accountLinkId(String accountLinkId)
The identifier of the account link.
- Parameters:
accountLinkId- The identifier of the account link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountLinkStatus
AccountLink.Builder accountLinkStatus(String accountLinkStatus)
The status of the account link.
- Parameters:
accountLinkStatus- The status of the account link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountLinkStatusEnum,AccountLinkStatusEnum
-
accountLinkStatus
AccountLink.Builder accountLinkStatus(AccountLinkStatusEnum accountLinkStatus)
The status of the account link.
- Parameters:
accountLinkStatus- The status of the account link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountLinkStatusEnum,AccountLinkStatusEnum
-
sourceAccountId
AccountLink.Builder sourceAccountId(String sourceAccountId)
The identifier of the source account.
- Parameters:
sourceAccountId- The identifier of the source account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
AccountLink.Builder targetAccountId(String targetAccountId)
The identifier of the target account.
- Parameters:
targetAccountId- The identifier of the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-