Interface UpdateStandardsControlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStandardsControlRequest.Builder,UpdateStandardsControlRequest>,SdkBuilder<UpdateStandardsControlRequest.Builder,UpdateStandardsControlRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- UpdateStandardsControlRequest
public static interface UpdateStandardsControlRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateStandardsControlRequest.Builder,UpdateStandardsControlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateStandardsControlRequest.BuildercontrolStatus(String controlStatus)The updated status of the security standard control.UpdateStandardsControlRequest.BuildercontrolStatus(ControlStatus controlStatus)The updated status of the security standard control.UpdateStandardsControlRequest.BuilderdisabledReason(String disabledReason)A description of the reason why you are disabling a security standard control.UpdateStandardsControlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStandardsControlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStandardsControlRequest.BuilderstandardsControlArn(String standardsControlArn)The ARN of the security standard control to enable or disable.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
standardsControlArn
UpdateStandardsControlRequest.Builder standardsControlArn(String standardsControlArn)
The ARN of the security standard control to enable or disable.
- Parameters:
standardsControlArn- The ARN of the security standard control to enable or disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlStatus
UpdateStandardsControlRequest.Builder controlStatus(String controlStatus)
The updated status of the security standard control.
- Parameters:
controlStatus- The updated status of the security standard control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlStatus,ControlStatus
-
controlStatus
UpdateStandardsControlRequest.Builder controlStatus(ControlStatus controlStatus)
The updated status of the security standard control.
- Parameters:
controlStatus- The updated status of the security standard control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlStatus,ControlStatus
-
disabledReason
UpdateStandardsControlRequest.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.
- Parameters:
disabledReason- A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStandardsControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStandardsControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-