Interface UpdateAssessmentControlSetStatusRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssessmentControlSetStatusRequest.Builder,UpdateAssessmentControlSetStatusRequest>,SdkBuilder<UpdateAssessmentControlSetStatusRequest.Builder,UpdateAssessmentControlSetStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAssessmentControlSetStatusRequest
public static interface UpdateAssessmentControlSetStatusRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentControlSetStatusRequest.Builder,UpdateAssessmentControlSetStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAssessmentControlSetStatusRequest.BuilderassessmentId(String assessmentId)The unique identifier for the assessment.UpdateAssessmentControlSetStatusRequest.Buildercomment(String comment)The comment that's related to the status update.UpdateAssessmentControlSetStatusRequest.BuildercontrolSetId(String controlSetId)The unique identifier for the control set.UpdateAssessmentControlSetStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAssessmentControlSetStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAssessmentControlSetStatusRequest.Builderstatus(String status)The status of the control set that's being updated.UpdateAssessmentControlSetStatusRequest.Builderstatus(ControlSetStatus status)The status of the control set that's being updated.-
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 Detail
-
assessmentId
UpdateAssessmentControlSetStatusRequest.Builder assessmentId(String 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
UpdateAssessmentControlSetStatusRequest.Builder controlSetId(String 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.
-
status
UpdateAssessmentControlSetStatusRequest.Builder status(String status)
The status of the control set that's being updated.
- Parameters:
status- The status of the control set that's being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlSetStatus,ControlSetStatus
-
status
UpdateAssessmentControlSetStatusRequest.Builder status(ControlSetStatus status)
The status of the control set that's being updated.
- Parameters:
status- The status of the control set that's being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlSetStatus,ControlSetStatus
-
comment
UpdateAssessmentControlSetStatusRequest.Builder comment(String comment)
The comment that's related to the status update.
- Parameters:
comment- The comment that's related to the status update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAssessmentControlSetStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAssessmentControlSetStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-