@Generated(value="software.amazon.awssdk:codegen") public final class MemberDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberDetail.Builder,MemberDetail>
Details about a member account that was invited to contribute to a behavior graph.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account identifier for the member account.
|
static MemberDetail.Builder |
builder() |
MemberDisabledReason |
disabledReason()
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled. |
String |
disabledReasonAsString()
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled. |
String |
emailAddress()
The AWS account root user email address for the member account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
graphArn()
The ARN of the behavior graph that the member account was invited to.
|
int |
hashCode() |
Instant |
invitedTime()
The date and time that Detective sent the invitation to the member account.
|
String |
masterId()
The AWS account identifier of the master account for the behavior graph.
|
Double |
percentOfGraphUtilization()
The member account data volume as a percentage of the maximum allowed data volume.
|
Instant |
percentOfGraphUtilizationUpdatedTime()
The date and time when the graph utilization percentage was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemberDetail.Builder> |
serializableBuilderClass() |
MemberStatus |
status()
The current membership status of the member account.
|
String |
statusAsString()
The current membership status of the member account.
|
MemberDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTime()
The date and time that the member account was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The AWS account identifier for the member account.
public final String emailAddress()
The AWS account root user email address for the member account.
public final String graphArn()
The ARN of the behavior graph that the member account was invited to.
public final String masterId()
The AWS account identifier of the master account for the behavior graph.
public final 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.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
MemberStatuspublic final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
MemberStatuspublic final 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.
If the service returns an enum value that is not available in the current SDK version, disabledReason
will return MemberDisabledReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from disabledReasonAsString().
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.
MemberDisabledReasonpublic final String disabledReasonAsString()
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.
If the service returns an enum value that is not available in the current SDK version, disabledReason
will return MemberDisabledReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from disabledReasonAsString().
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.
MemberDisabledReasonpublic final Instant invitedTime()
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
public final Instant updatedTime()
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
public final 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.
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.
public final Instant percentOfGraphUtilizationUpdatedTime()
The date and time when the graph utilization percentage was last updated.
public MemberDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberDetail.Builder,MemberDetail>public static MemberDetail.Builder builder()
public static Class<? extends MemberDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.