public static interface Administrator.Builder extends SdkPojo, CopyableBuilder<Administrator.Builder,Administrator>
| Modifier and Type | Method and Description |
|---|---|
Administrator.Builder |
accountId(String accountId)
The Amazon Web Services account identifier of the Detective administrator account for the organization.
|
Administrator.Builder |
delegationTime(Instant delegationTime)
The date and time when the Detective administrator account was enabled.
|
Administrator.Builder |
graphArn(String graphArn)
The ARN of the organization behavior graph.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdministrator.Builder accountId(String accountId)
The Amazon Web Services account identifier of the Detective administrator account for the organization.
accountId - The Amazon Web Services account identifier of the Detective administrator account for the
organization.Administrator.Builder graphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn - The ARN of the organization behavior graph.Administrator.Builder delegationTime(Instant delegationTime)
The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z.
delegationTime - The date and time when the Detective administrator account was enabled. The value is an ISO8601
formatted string. For example, 2021-08-18T16:35:56.284Z.Copyright © 2023. All rights reserved.