public static interface UpdateSettingsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSettingsRequest.Builder,UpdateSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSettingsRequest.Builder snsTopic(String snsTopic)
The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.
snsTopic - The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.UpdateSettingsRequest.Builder defaultAssessmentReportsDestination(AssessmentReportsDestination defaultAssessmentReportsDestination)
The default storage destination for assessment reports.
defaultAssessmentReportsDestination - The default storage destination for assessment reports.default UpdateSettingsRequest.Builder defaultAssessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> defaultAssessmentReportsDestination)
The default storage destination for assessment reports.
This is a convenience method that creates an instance of theAssessmentReportsDestination.Builder
avoiding the need to create one manually via AssessmentReportsDestination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
defaultAssessmentReportsDestination(AssessmentReportsDestination).
defaultAssessmentReportsDestination - a consumer that will call methods on AssessmentReportsDestination.BuilderdefaultAssessmentReportsDestination(AssessmentReportsDestination)UpdateSettingsRequest.Builder defaultProcessOwners(Collection<Role> defaultProcessOwners)
A list of the default audit owners.
defaultProcessOwners - A list of the default audit owners.UpdateSettingsRequest.Builder defaultProcessOwners(Role... defaultProcessOwners)
A list of the default audit owners.
defaultProcessOwners - A list of the default audit owners.UpdateSettingsRequest.Builder defaultProcessOwners(Consumer<Role.Builder>... defaultProcessOwners)
A list of the default audit owners.
This is a convenience method that creates an instance of theRole.Builder avoiding the need to create one
manually via Role.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #defaultProcessOwners(List.
defaultProcessOwners - a consumer that will call methods on
Role.Builder#defaultProcessOwners(java.util.Collection) UpdateSettingsRequest.Builder kmsKey(String kmsKey)
The KMS key details.
kmsKey - The KMS key details.UpdateSettingsRequest.Builder evidenceFinderEnabled(Boolean evidenceFinderEnabled)
Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder.
When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
Disabling evidence finder is permanent, so consider this decision carefully before you proceed. If you’re using Audit Manager as a delegated administrator, keep in mind that this action applies to all member accounts in your organization.
evidenceFinderEnabled - Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable
evidence finder. When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
Disabling evidence finder is permanent, so consider this decision carefully before you proceed. If you’re using Audit Manager as a delegated administrator, keep in mind that this action applies to all member accounts in your organization.
UpdateSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.