Interface UpdateAssessmentControlRequest.Builder
- All Superinterfaces:
AuditManagerRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAssessmentControlRequest.Builder,
,UpdateAssessmentControlRequest> SdkBuilder<UpdateAssessmentControlRequest.Builder,
,UpdateAssessmentControlRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAssessmentControlRequest
public static interface UpdateAssessmentControlRequest.Builder
extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentControlRequest.Builder,UpdateAssessmentControlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentId
(String assessmentId) The unique identifier for the assessment.commentBody
(String commentBody) The comment body text for the control.The unique identifier for the control.controlSetId
(String controlSetId) The unique identifier for the control set.controlStatus
(String controlStatus) The status of the control.controlStatus
(ControlStatus controlStatus) The status of the control.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
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
-
Method Details
-
assessmentId
The unique identifier for the assessment.
- Parameters:
assessmentId
- The unique identifier for the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSetId
The unique identifier for the control set.
- Parameters:
controlSetId
- The unique identifier for the control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlId
The unique identifier for the control.
- Parameters:
controlId
- The unique identifier for the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlStatus
The status of the control.
- Parameters:
controlStatus
- The status of the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
controlStatus
The status of the control.
- Parameters:
controlStatus
- The status of the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commentBody
The comment body text for the control.
- Parameters:
commentBody
- The comment body text for the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAssessmentControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAssessmentControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-