| 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 Master account.
|
static Master.Builder |
Master.builder() |
Master.Builder |
Master.Builder.invitationId(String invitationId)
This value is used to validate the master account to the member account.
|
Master.Builder |
Master.Builder.invitedAt(String invitedAt)
Timestamp at which the invitation was sent.
|
Master.Builder |
Master.Builder.relationshipStatus(String relationshipStatus)
The status of the relationship between the master 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)
Master account details.
|
Copyright © 2019. All rights reserved.