Interface Administrator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Administrator.Builder,
,Administrator> SdkBuilder<Administrator.Builder,
,Administrator> SdkPojo
- Enclosing class:
Administrator
public static interface Administrator.Builder
extends SdkPojo, CopyableBuilder<Administrator.Builder,Administrator>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account identifier of the Detective administrator account for the organization.delegationTime
(Instant delegationTime) The date and time when the Detective administrator account was enabled.The ARN of the organization behavior graph.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, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account identifier of the Detective administrator account for the organization.
- Parameters:
accountId
- The Amazon Web Services account identifier of the Detective administrator account for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
graphArn
The ARN of the organization behavior graph.
- Parameters:
graphArn
- The ARN of the organization behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-