Uses of Interface
software.amazon.awssdk.services.workspaces.model.AccountLink.Builder
-
Packages that use AccountLink.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AccountLink.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AccountLink.Builder Modifier and Type Method Description AccountLink.BuilderAccountLink.Builder. accountLinkId(String accountLinkId)The identifier of the account link.AccountLink.BuilderAccountLink.Builder. accountLinkStatus(String accountLinkStatus)The status of the account link.AccountLink.BuilderAccountLink.Builder. accountLinkStatus(AccountLinkStatusEnum accountLinkStatus)The status of the account link.static AccountLink.BuilderAccountLink. builder()AccountLink.BuilderAccountLink.Builder. sourceAccountId(String sourceAccountId)The identifier of the source account.AccountLink.BuilderAccountLink.Builder. targetAccountId(String targetAccountId)The identifier of the target account.AccountLink.BuilderAccountLink. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AccountLink.Builder Modifier and Type Method Description static Class<? extends AccountLink.Builder>AccountLink. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type AccountLink.Builder Modifier and Type Method Description default AcceptAccountLinkInvitationResponse.BuilderAcceptAccountLinkInvitationResponse.Builder. accountLink(Consumer<AccountLink.Builder> accountLink)Information about the account link.default CreateAccountLinkInvitationResponse.BuilderCreateAccountLinkInvitationResponse.Builder. accountLink(Consumer<AccountLink.Builder> accountLink)Information about the account link.default DeleteAccountLinkInvitationResponse.BuilderDeleteAccountLinkInvitationResponse.Builder. accountLink(Consumer<AccountLink.Builder> accountLink)Information about the account link.default GetAccountLinkResponse.BuilderGetAccountLinkResponse.Builder. accountLink(Consumer<AccountLink.Builder> accountLink)The account link of the account link to retrieve.default RejectAccountLinkInvitationResponse.BuilderRejectAccountLinkInvitationResponse.Builder. accountLink(Consumer<AccountLink.Builder> accountLink)Information about the account link.
-