Interface UpdateAssessmentTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAssessmentTargetRequest.Builder,
,UpdateAssessmentTargetRequest> InspectorRequest.Builder
,SdkBuilder<UpdateAssessmentTargetRequest.Builder,
,UpdateAssessmentTargetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAssessmentTargetRequest
public static interface UpdateAssessmentTargetRequest.Builder
extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentTargetArn
(String assessmentTargetArn) The ARN of the assessment target that you want to update.assessmentTargetName
(String assessmentTargetName) The name of the assessment target that you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceGroupArn
(String resourceGroupArn) The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.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.services.inspector.model.InspectorRequest.Builder
build
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
-
assessmentTargetArn
The ARN of the assessment target that you want to update.
- Parameters:
assessmentTargetArn
- The ARN of the assessment target that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentTargetName
The name of the assessment target that you want to update.
- Parameters:
assessmentTargetName
- The name of the assessment target that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGroupArn
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
- Parameters:
resourceGroupArn
- The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAssessmentTargetRequest.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
UpdateAssessmentTargetRequest.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.
-