@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about a member account in a behavior graph.
Constructor and Description |
---|
MemberDetail() |
Modifier and Type | Method and Description |
---|---|
MemberDetail |
addDatasourcePackageIngestStatesEntry(String key,
String value)
Add a single DatasourcePackageIngestStates entry
|
MemberDetail |
addVolumeUsageByDatasourcePackageEntry(String key,
DatasourcePackageUsageInfo value)
Add a single VolumeUsageByDatasourcePackage entry
|
MemberDetail |
clearDatasourcePackageIngestStatesEntries()
Removes all the entries added into DatasourcePackageIngestStates.
|
MemberDetail |
clearVolumeUsageByDatasourcePackageEntries()
Removes all the entries added into VolumeUsageByDatasourcePackage.
|
MemberDetail |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account identifier for the member account.
|
String |
getAdministratorId()
The Amazon Web Services account identifier of the administrator account for the behavior graph.
|
Map<String,String> |
getDatasourcePackageIngestStates()
The state of a data source package for the behavior graph.
|
String |
getDisabledReason()
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
String |
getEmailAddress()
The Amazon Web Services account root user email address for the member account.
|
String |
getGraphArn()
The ARN of the behavior graph.
|
String |
getInvitationType()
The type of behavior graph membership.
|
Date |
getInvitedTime()
For invited accounts, the date and time that Detective sent the invitation to the account.
|
String |
getMasterId()
Deprecated.
|
Double |
getPercentOfGraphUtilization()
Deprecated.
|
Date |
getPercentOfGraphUtilizationUpdatedTime()
Deprecated.
|
String |
getStatus()
The current membership status of the member account.
|
Date |
getUpdatedTime()
The date and time that the member account was last updated.
|
Map<String,DatasourcePackageUsageInfo> |
getVolumeUsageByDatasourcePackage()
Details on the volume of usage for each data source package in a behavior graph.
|
Long |
getVolumeUsageInBytes()
Deprecated.
|
Date |
getVolumeUsageUpdatedTime()
Deprecated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The Amazon Web Services account identifier for the member account.
|
void |
setAdministratorId(String administratorId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
|
void |
setDatasourcePackageIngestStates(Map<String,String> datasourcePackageIngestStates)
The state of a data source package for the behavior graph.
|
void |
setDisabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
void |
setEmailAddress(String emailAddress)
The Amazon Web Services account root user email address for the member account.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setInvitationType(String invitationType)
The type of behavior graph membership.
|
void |
setInvitedTime(Date invitedTime)
For invited accounts, the date and time that Detective sent the invitation to the account.
|
void |
setMasterId(String masterId)
Deprecated.
|
void |
setPercentOfGraphUtilization(Double percentOfGraphUtilization)
Deprecated.
|
void |
setPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
Deprecated.
|
void |
setStatus(String status)
The current membership status of the member account.
|
void |
setUpdatedTime(Date updatedTime)
The date and time that the member account was last updated.
|
void |
setVolumeUsageByDatasourcePackage(Map<String,DatasourcePackageUsageInfo> volumeUsageByDatasourcePackage)
Details on the volume of usage for each data source package in a behavior graph.
|
void |
setVolumeUsageInBytes(Long volumeUsageInBytes)
Deprecated.
|
void |
setVolumeUsageUpdatedTime(Date volumeUsageUpdatedTime)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
MemberDetail |
withAccountId(String accountId)
The Amazon Web Services account identifier for the member account.
|
MemberDetail |
withAdministratorId(String administratorId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
|
MemberDetail |
withDatasourcePackageIngestStates(Map<String,String> datasourcePackageIngestStates)
The state of a data source package for the behavior graph.
|
MemberDetail |
withDisabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
MemberDetail |
withDisabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
MemberDetail |
withEmailAddress(String emailAddress)
The Amazon Web Services account root user email address for the member account.
|
MemberDetail |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
MemberDetail |
withInvitationType(InvitationType invitationType)
The type of behavior graph membership.
|
MemberDetail |
withInvitationType(String invitationType)
The type of behavior graph membership.
|
MemberDetail |
withInvitedTime(Date invitedTime)
For invited accounts, the date and time that Detective sent the invitation to the account.
|
MemberDetail |
withMasterId(String masterId)
Deprecated.
|
MemberDetail |
withPercentOfGraphUtilization(Double percentOfGraphUtilization)
Deprecated.
|
MemberDetail |
withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
Deprecated.
|
MemberDetail |
withStatus(MemberStatus status)
The current membership status of the member account.
|
MemberDetail |
withStatus(String status)
The current membership status of the member account.
|
MemberDetail |
withUpdatedTime(Date updatedTime)
The date and time that the member account was last updated.
|
MemberDetail |
withVolumeUsageByDatasourcePackage(Map<String,DatasourcePackageUsageInfo> volumeUsageByDatasourcePackage)
Details on the volume of usage for each data source package in a behavior graph.
|
MemberDetail |
withVolumeUsageInBytes(Long volumeUsageInBytes)
Deprecated.
|
MemberDetail |
withVolumeUsageUpdatedTime(Date volumeUsageUpdatedTime)
Deprecated.
|
public void setAccountId(String accountId)
The Amazon Web Services account identifier for the member account.
accountId
- The Amazon Web Services account identifier for the member account.public String getAccountId()
The Amazon Web Services account identifier for the member account.
public MemberDetail withAccountId(String accountId)
The Amazon Web Services account identifier for the member account.
accountId
- The Amazon Web Services account identifier for the member account.public void setEmailAddress(String emailAddress)
The Amazon Web Services account root user email address for the member account.
emailAddress
- The Amazon Web Services account root user email address for the member account.public String getEmailAddress()
The Amazon Web Services account root user email address for the member account.
public MemberDetail withEmailAddress(String emailAddress)
The Amazon Web Services account root user email address for the member account.
emailAddress
- The Amazon Web Services account root user email address for the member account.public void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public MemberDetail withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.@Deprecated public void setMasterId(String masterId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
masterId
- The Amazon Web Services account identifier of the administrator account for the behavior graph.@Deprecated public String getMasterId()
The Amazon Web Services account identifier of the administrator account for the behavior graph.
@Deprecated public MemberDetail withMasterId(String masterId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
masterId
- The Amazon Web Services account identifier of the administrator account for the behavior graph.public void setAdministratorId(String administratorId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
administratorId
- The Amazon Web Services account identifier of the administrator account for the behavior graph.public String getAdministratorId()
The Amazon Web Services account identifier of the administrator account for the behavior graph.
public MemberDetail withAdministratorId(String administratorId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
administratorId
- The Amazon Web Services account identifier of the administrator account for the behavior graph.public void setStatus(String status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has not
yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph. For
invited accounts, the member account accepted the invitation. For organization accounts in the organization
behavior graph, the Detective administrator account enabled the organization account as a member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph. DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has
not yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph.
For invited accounts, the member account accepted the invitation. For organization accounts in the
organization behavior graph, the Detective administrator account enabled the organization account as a
member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph.
DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
MemberStatus
public String getStatus()
The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has not
yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph. For
invited accounts, the member account accepted the invitation. For organization accounts in the organization
behavior graph, the Detective administrator account enabled the organization account as a member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph. DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but
has not yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior
graph. For invited accounts, the member account accepted the invitation. For organization accounts in the
organization behavior graph, the Detective administrator account enabled the organization account as a
member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph.
DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
MemberStatus
public MemberDetail withStatus(String status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has not
yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph. For
invited accounts, the member account accepted the invitation. For organization accounts in the organization
behavior graph, the Detective administrator account enabled the organization account as a member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph. DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has
not yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph.
For invited accounts, the member account accepted the invitation. For organization accounts in the
organization behavior graph, the Detective administrator account enabled the organization account as a
member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph.
DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
MemberStatus
public MemberDetail withStatus(MemberStatus status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has not
yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph. For
invited accounts, the member account accepted the invitation. For organization accounts in the organization
behavior graph, the Detective administrator account enabled the organization account as a member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph. DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- For invited accounts only. Indicates that the member was sent an invitation but has
not yet responded.
VERIFICATION_IN_PROGRESS
- For invited accounts only, 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.
For organization accounts in the organization behavior graph, indicates that Detective is verifying that the account belongs to the organization.
VERIFICATION_FAILED
- For invited accounts only. 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 currently contributes data to the behavior graph.
For invited accounts, the member account accepted the invitation. For organization accounts in the
organization behavior graph, the Detective administrator account enabled the organization account as a
member account.
ACCEPTED_BUT_DISABLED
- The account accepted the invitation, or was enabled by the Detective
administrator account, but is prevented from contributing data to the behavior graph.
DisabledReason
provides the reason why the member account is not enabled.
Invited accounts that declined an invitation or that were removed from the behavior graph are not included. In the organization behavior graph, organization accounts that the Detective administrator account did not enable are not included.
MemberStatus
public void setDisabledReason(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
public String getDisabledReason()
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.
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
public MemberDetail withDisabledReason(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
public MemberDetail withDisabledReason(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
public void setInvitedTime(Date invitedTime)
For invited accounts, the date and time that Detective sent the invitation to the account. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.
invitedTime
- For invited accounts, the date and time that Detective sent the invitation to the account. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.public Date getInvitedTime()
For invited accounts, the date and time that Detective sent the invitation to the account. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.public MemberDetail withInvitedTime(Date invitedTime)
For invited accounts, the date and time that Detective sent the invitation to the account. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.
invitedTime
- For invited accounts, the date and time that Detective sent the invitation to the account. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.public void setUpdatedTime(Date updatedTime)
The date and time that the member account was last updated. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z
.
updatedTime
- The date and time that the member account was last updated. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z
.public Date getUpdatedTime()
The date and time that the member account was last updated. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.public MemberDetail withUpdatedTime(Date updatedTime)
The date and time that the member account was last updated. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z
.
updatedTime
- The date and time that the member account was last updated. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z
.@Deprecated public void setVolumeUsageInBytes(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.@Deprecated public Long getVolumeUsageInBytes()
The data volume in bytes per day for the member account.
@Deprecated public MemberDetail withVolumeUsageInBytes(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.@Deprecated public void setVolumeUsageUpdatedTime(Date volumeUsageUpdatedTime)
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
volumeUsageUpdatedTime
- The data and time when the member account data volume was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.@Deprecated public Date getVolumeUsageUpdatedTime()
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.@Deprecated public MemberDetail withVolumeUsageUpdatedTime(Date volumeUsageUpdatedTime)
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
volumeUsageUpdatedTime
- The data and time when the member account data volume was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.@Deprecated public void setPercentOfGraphUtilization(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.
@Deprecated public Double getPercentOfGraphUtilization()
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.
@Deprecated public MemberDetail withPercentOfGraphUtilization(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.
@Deprecated public void setPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.
percentOfGraphUtilizationUpdatedTime
- The date and time when the graph utilization percentage was last updated. The value is an ISO8601
formatted string. For example, 2021-08-18T16:35:56.284Z
.@Deprecated public Date getPercentOfGraphUtilizationUpdatedTime()
The date and time when the graph utilization percentage was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.@Deprecated public MemberDetail withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.
percentOfGraphUtilizationUpdatedTime
- The date and time when the graph utilization percentage was last updated. The value is an ISO8601
formatted string. For example, 2021-08-18T16:35:56.284Z
.public void setInvitationType(String invitationType)
The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
invitationType
- The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
InvitationType
public String getInvitationType()
The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
InvitationType
public MemberDetail withInvitationType(String invitationType)
The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
invitationType
- The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
InvitationType
public MemberDetail withInvitationType(InvitationType invitationType)
The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
invitationType
- The type of behavior graph membership.
For an organization account in the organization behavior graph, the type is ORGANIZATION
.
For an account that was invited to a behavior graph, the type is INVITATION
.
InvitationType
public Map<String,DatasourcePackageUsageInfo> getVolumeUsageByDatasourcePackage()
Details on the volume of usage for each data source package in a behavior graph.
public void setVolumeUsageByDatasourcePackage(Map<String,DatasourcePackageUsageInfo> volumeUsageByDatasourcePackage)
Details on the volume of usage for each data source package in a behavior graph.
volumeUsageByDatasourcePackage
- Details on the volume of usage for each data source package in a behavior graph.public MemberDetail withVolumeUsageByDatasourcePackage(Map<String,DatasourcePackageUsageInfo> volumeUsageByDatasourcePackage)
Details on the volume of usage for each data source package in a behavior graph.
volumeUsageByDatasourcePackage
- Details on the volume of usage for each data source package in a behavior graph.public MemberDetail addVolumeUsageByDatasourcePackageEntry(String key, DatasourcePackageUsageInfo value)
public MemberDetail clearVolumeUsageByDatasourcePackageEntries()
public Map<String,String> getDatasourcePackageIngestStates()
The state of a data source package for the behavior graph.
public void setDatasourcePackageIngestStates(Map<String,String> datasourcePackageIngestStates)
The state of a data source package for the behavior graph.
datasourcePackageIngestStates
- The state of a data source package for the behavior graph.public MemberDetail withDatasourcePackageIngestStates(Map<String,String> datasourcePackageIngestStates)
The state of a data source package for the behavior graph.
datasourcePackageIngestStates
- The state of a data source package for the behavior graph.public MemberDetail addDatasourcePackageIngestStatesEntry(String key, String value)
public MemberDetail clearDatasourcePackageIngestStatesEntries()
public String toString()
toString
in class Object
Object.toString()
public MemberDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.