public static interface UpdateStandardsControlRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateStandardsControlRequest.Builder,UpdateStandardsControlRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStandardsControlRequest.Builder |
controlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
|
UpdateStandardsControlRequest.Builder |
controlStatus(String controlStatus)
The updated status of the security standard control.
|
UpdateStandardsControlRequest.Builder |
disabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control.
|
UpdateStandardsControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStandardsControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStandardsControlRequest.Builder |
standardsControlArn(String standardsControlArn)
The ARN of the security standard control to enable or disable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStandardsControlRequest.Builder standardsControlArn(String standardsControlArn)
The ARN of the security standard control to enable or disable.
standardsControlArn - The ARN of the security standard control to enable or disable.UpdateStandardsControlRequest.Builder controlStatus(String controlStatus)
The updated status of the security standard control.
controlStatus - The updated status of the security standard control.ControlStatus,
ControlStatusUpdateStandardsControlRequest.Builder controlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
controlStatus - The updated status of the security standard control.ControlStatus,
ControlStatusUpdateStandardsControlRequest.Builder disabledReason(String disabledReason)
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
disabledReason - A description of the reason why you are disabling a security standard control. If you are disabling a
control, then this is required.UpdateStandardsControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStandardsControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.