public static interface CreateAssessmentTargetRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<CreateAssessmentTargetRequest.Builder,CreateAssessmentTargetRequest>
Modifier and Type | Method and Description |
---|---|
CreateAssessmentTargetRequest.Builder |
assessmentTargetName(String assessmentTargetName)
The user-defined name that identifies the assessment target that you want to create.
|
CreateAssessmentTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateAssessmentTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateAssessmentTargetRequest.Builder |
resourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is used to create the assessment target.
|
build
overrideConfiguration
copy
applyMutation, build
CreateAssessmentTargetRequest.Builder assessmentTargetName(String assessmentTargetName)
The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
assessmentTargetName
- The user-defined name that identifies the assessment target that you want to create. The name must be
unique within the AWS account.CreateAssessmentTargetRequest.Builder resourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
resourceGroupArn
- The ARN that specifies the resource group that is used to create the assessment target. If
resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are
included in the assessment target.CreateAssessmentTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateAssessmentTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.