public static interface GetMacieSessionResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMacieSessionResponse.Builder |
createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
|
GetMacieSessionResponse.Builder |
findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
GetMacieSessionResponse.Builder |
findingPublishingFrequency(String findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
GetMacieSessionResponse.Builder |
serviceRole(String serviceRole)
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze
data in Amazon Web Services resources for the account.
|
GetMacieSessionResponse.Builder |
status(MacieStatus status)
The current status of the Amazon Macie account.
|
GetMacieSessionResponse.Builder |
status(String status)
The current status of the Amazon Macie account.
|
GetMacieSessionResponse.Builder |
updatedAt(Instant updatedAt)
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon
Macie account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMacieSessionResponse.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.GetMacieSessionResponse.Builder findingPublishingFrequency(String findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
findingPublishingFrequency - The frequency with which Amazon Macie publishes updates to policy findings for the account. This
includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch
Events).FindingPublishingFrequency,
FindingPublishingFrequencyGetMacieSessionResponse.Builder findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
findingPublishingFrequency - The frequency with which Amazon Macie publishes updates to policy findings for the account. This
includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch
Events).FindingPublishingFrequency,
FindingPublishingFrequencyGetMacieSessionResponse.Builder serviceRole(String serviceRole)
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
serviceRole - The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and
analyze data in Amazon Web Services resources for the account.GetMacieSessionResponse.Builder status(String status)
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
status - The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled
but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled
and all Macie activities are enabled for the account.MacieStatus,
MacieStatusGetMacieSessionResponse.Builder status(MacieStatus status)
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
status - The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled
but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled
and all Macie activities are enabled for the account.MacieStatus,
MacieStatusGetMacieSessionResponse.Builder updatedAt(Instant updatedAt)
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
updatedAt - The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the
Amazon Macie account.Copyright © 2022. All rights reserved.