| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Master.Builder |
Master.Builder.accountId(String accountId)
The ID of the account used as the administrator account.
|
static Master.Builder |
Master.builder() |
Master.Builder |
Master.Builder.invitationId(String invitationId)
The value used to validate the administrator account to the member account.
|
Master.Builder |
Master.Builder.invitedAt(String invitedAt)
The timestamp when the invitation was sent.
|
Master.Builder |
Master.Builder.relationshipStatus(String relationshipStatus)
The status of the relationship between the administrator and member accounts.
|
Master.Builder |
Master.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Master.Builder> |
Master.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMasterAccountResponse.Builder |
GetMasterAccountResponse.Builder.master(Consumer<Master.Builder> master)
The administrator account details.
|
Copyright © 2023. All rights reserved.