public static interface MemberDetail.Builder extends SdkPojo, CopyableBuilder<MemberDetail.Builder,MemberDetail>
| Modifier and Type | Method and Description |
|---|---|
MemberDetail.Builder |
accountId(String accountId)
The AWS account identifier for the member account.
|
MemberDetail.Builder |
administratorId(String administratorId)
The AWS account identifier of the administrator account for the behavior graph.
|
MemberDetail.Builder |
disabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account
is not enabled. |
MemberDetail.Builder |
disabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account
is not enabled. |
MemberDetail.Builder |
emailAddress(String emailAddress)
The AWS account root user email address for the member account.
|
MemberDetail.Builder |
graphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
|
MemberDetail.Builder |
invitedTime(Instant invitedTime)
The date and time that Detective sent the invitation to the member account.
|
MemberDetail.Builder |
masterId(String masterId)
The AWS account identifier of the administrator account for the behavior graph.
|
MemberDetail.Builder |
percentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume.
|
MemberDetail.Builder |
percentOfGraphUtilizationUpdatedTime(Instant percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
|
MemberDetail.Builder |
status(MemberStatus status)
The current membership status of the member account.
|
MemberDetail.Builder |
status(String status)
The current membership status of the member account.
|
MemberDetail.Builder |
updatedTime(Instant updatedTime)
The date and time that the member account was last updated.
|
MemberDetail.Builder |
volumeUsageInBytes(Long volumeUsageInBytes)
The data volume in bytes per day for the member account.
|
MemberDetail.Builder |
volumeUsageUpdatedTime(Instant volumeUsageUpdatedTime)
The data and time when the member account data volume was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberDetail.Builder accountId(String accountId)
The AWS account identifier for the member account.
accountId - The AWS account identifier for the member account.MemberDetail.Builder emailAddress(String emailAddress)
The AWS account root user email address for the member account.
emailAddress - The AWS account root user email address for the member account.MemberDetail.Builder graphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
graphArn - The ARN of the behavior graph that the member account was invited to.MemberDetail.Builder masterId(String masterId)
The AWS account identifier of the administrator account for the behavior graph.
masterId - The AWS account identifier of the administrator account for the behavior graph.MemberDetail.Builder administratorId(String administratorId)
The AWS account identifier of the administrator account for the behavior graph.
administratorId - The AWS account identifier of the administrator account for the behavior graph.MemberDetail.Builder status(String status)
The current membership status of the member account. The status can have one of the following values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation.
If the email address and account identifier don't match, then the member cannot be added to the behavior
graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the
behavior graph.
ACCEPTED_BUT_DISABLED - Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason provides the reason why
the member account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
status - The current membership status of the member account. The status can have one of the following
values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account
identifier and email address provided for the member account match. If they do match, then Detective
sends the invitation. If the email address and account identifier don't match, then the member cannot
be added to the behavior graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the
member account do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the
behavior graph.
ACCEPTED_BUT_DISABLED - Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason provides the
reason why the member account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus,
MemberStatusMemberDetail.Builder status(MemberStatus status)
The current membership status of the member account. The status can have one of the following values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation.
If the email address and account identifier don't match, then the member cannot be added to the behavior
graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the
behavior graph.
ACCEPTED_BUT_DISABLED - Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason provides the reason why
the member account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
status - The current membership status of the member account. The status can have one of the following
values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account
identifier and email address provided for the member account match. If they do match, then Detective
sends the invitation. If the email address and account identifier don't match, then the member cannot
be added to the behavior graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the
member account do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the
behavior graph.
ACCEPTED_BUT_DISABLED - Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason provides the
reason why the member account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus,
MemberStatusMemberDetail.Builder disabledReason(String disabledReason)
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account
is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH - Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN - Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
disabledReason - For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH - Indicates that adding the member account would cause the data volume
for the behavior graph to be too high.
VOLUME_UNKNOWN - Indicates that Detective is unable to verify the data volume for the
member account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason,
MemberDisabledReasonMemberDetail.Builder disabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account
is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH - Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN - Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
disabledReason - For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH - Indicates that adding the member account would cause the data volume
for the behavior graph to be too high.
VOLUME_UNKNOWN - Indicates that Detective is unable to verify the data volume for the
member account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason,
MemberDisabledReasonMemberDetail.Builder invitedTime(Instant invitedTime)
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
invitedTime - The date and time that Detective sent the invitation to the member account. The value is in
milliseconds since the epoch.MemberDetail.Builder updatedTime(Instant updatedTime)
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
updatedTime - The date and time that the member account was last updated. The value is in milliseconds since the
epoch.MemberDetail.Builder volumeUsageInBytes(Long volumeUsageInBytes)
The data volume in bytes per day for the member account.
volumeUsageInBytes - The data volume in bytes per day for the member account.MemberDetail.Builder volumeUsageUpdatedTime(Instant volumeUsageUpdatedTime)
The data and time when the member account data volume was last updated.
volumeUsageUpdatedTime - The data and time when the member account data volume was last updated.MemberDetail.Builder percentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per
day. If the data volume for the member account is 40 GB per day, then PercentOfGraphUtilization
is 25. It represents 25% of the maximum allowed data volume.
percentOfGraphUtilization - The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0
percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160
GB per day. If the data volume for the member account is 40 GB per day, then
PercentOfGraphUtilization is 25. It represents 25% of the maximum allowed data volume.
MemberDetail.Builder percentOfGraphUtilizationUpdatedTime(Instant percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
percentOfGraphUtilizationUpdatedTime - The date and time when the graph utilization percentage was last updated.Copyright © 2021. All rights reserved.