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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Administrator.BuilderaccountId(String accountId)The Amazon Web Services account identifier of the Detective administrator account for the organization.Administrator.BuilderdelegationTime(Instant delegationTime)The date and time when the Detective administrator account was enabled.Administrator.BuildergraphArn(String graphArn)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 Detail
-
accountId
Administrator.Builder accountId(String 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
Administrator.Builder graphArn(String 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
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.- 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.
-
-