Interface EnableMacieRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EnableMacieRequest.Builder,EnableMacieRequest>,Macie2Request.Builder,SdkBuilder<EnableMacieRequest.Builder,EnableMacieRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableMacieRequest
public static interface EnableMacieRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<EnableMacieRequest.Builder,EnableMacieRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableMacieRequest.BuilderclientToken(String clientToken)A unique, case-sensitive token that you provide to ensure the idempotency of the request.EnableMacieRequest.BuilderfindingPublishingFrequency(String findingPublishingFrequency)Specifies how often to publish updates to policy findings for the account.EnableMacieRequest.BuilderfindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)Specifies how often to publish updates to policy findings for the account.EnableMacieRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableMacieRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableMacieRequest.Builderstatus(String status)Specifies the new status for the account.EnableMacieRequest.Builderstatus(MacieStatus status)Specifies the new status for the account.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
EnableMacieRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive token that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingPublishingFrequency
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingPublishingFrequency,FindingPublishingFrequency
-
findingPublishingFrequency
EnableMacieRequest.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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingPublishingFrequency,FindingPublishingFrequency
-
status
EnableMacieRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MacieStatus,MacieStatus
-
status
EnableMacieRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MacieStatus,MacieStatus
-
overrideConfiguration
EnableMacieRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableMacieRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-