public static interface EnableMacieRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<EnableMacieRequest.Builder,EnableMacieRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableMacieRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
EnableMacieRequest.Builder |
findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
EnableMacieRequest.Builder |
findingPublishingFrequency(String findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
EnableMacieRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableMacieRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableMacieRequest.Builder |
status(MacieStatus status)
Specifies the new status for the account.
|
EnableMacieRequest.Builder |
status(String status)
Specifies the new status for the account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableMacieRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.EnableMacieRequest.Builder findingPublishingFrequency(String findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
findingPublishingFrequency - Specifies how often to publish updates to policy findings for the account. This includes publishing
updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).FindingPublishingFrequency,
FindingPublishingFrequencyEnableMacieRequest.Builder findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
findingPublishingFrequency - Specifies how often to publish updates to policy findings for the account. This includes publishing
updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).FindingPublishingFrequency,
FindingPublishingFrequencyEnableMacieRequest.Builder status(String status)
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
status - Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for
the account, set this value to ENABLED.MacieStatus,
MacieStatusEnableMacieRequest.Builder status(MacieStatus status)
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
status - Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for
the account, set this value to ENABLED.MacieStatus,
MacieStatusEnableMacieRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableMacieRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.