public static interface CreateAssessmentTemplateRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<CreateAssessmentTemplateRequest.Builder,CreateAssessmentTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssessmentTemplateRequest.Builder |
assessmentTargetArn(String assessmentTargetArn)
The ARN that specifies the assessment target for which you want to create the assessment template.
|
CreateAssessmentTemplateRequest.Builder |
assessmentTemplateName(String assessmentTemplateName)
The user-defined name that identifies the assessment template that you want to create.
|
CreateAssessmentTemplateRequest.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of the assessment run in seconds.
|
CreateAssessmentTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssessmentTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssessmentTemplateRequest.Builder |
rulesPackageArns(Collection<String> rulesPackageArns)
The ARNs that specify the rules packages that you want to attach to the assessment template.
|
CreateAssessmentTemplateRequest.Builder |
rulesPackageArns(String... rulesPackageArns)
The ARNs that specify the rules packages that you want to attach to the assessment template.
|
CreateAssessmentTemplateRequest.Builder |
userAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that
uses this assessment template.
|
CreateAssessmentTemplateRequest.Builder |
userAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that
uses this assessment template.
|
CreateAssessmentTemplateRequest.Builder |
userAttributesForFindings(Consumer<Attribute.Builder>... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that
uses this assessment template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssessmentTemplateRequest.Builder assessmentTargetArn(String assessmentTargetArn)
The ARN that specifies the assessment target for which you want to create the assessment template.
assessmentTargetArn - The ARN that specifies the assessment target for which you want to create the assessment template.CreateAssessmentTemplateRequest.Builder assessmentTemplateName(String assessmentTemplateName)
The user-defined name that identifies the assessment template that you want to create. You can create several assessment templates for an assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.
assessmentTemplateName - The user-defined name that identifies the assessment template that you want to create. You can create
several assessment templates for an assessment target. The names of the assessment templates that
correspond to a particular assessment target must be unique.CreateAssessmentTemplateRequest.Builder durationInSeconds(Integer durationInSeconds)
The duration of the assessment run in seconds.
durationInSeconds - The duration of the assessment run in seconds.CreateAssessmentTemplateRequest.Builder rulesPackageArns(Collection<String> rulesPackageArns)
The ARNs that specify the rules packages that you want to attach to the assessment template.
rulesPackageArns - The ARNs that specify the rules packages that you want to attach to the assessment template.CreateAssessmentTemplateRequest.Builder rulesPackageArns(String... rulesPackageArns)
The ARNs that specify the rules packages that you want to attach to the assessment template.
rulesPackageArns - The ARNs that specify the rules packages that you want to attach to the assessment template.CreateAssessmentTemplateRequest.Builder userAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.
userAttributesForFindings - The user-defined attributes that are assigned to every finding that is generated by the assessment run
that uses this assessment template. An attribute is a key and value pair (an Attribute object).
Within an assessment template, each key must be unique.CreateAssessmentTemplateRequest.Builder userAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.
userAttributesForFindings - The user-defined attributes that are assigned to every finding that is generated by the assessment run
that uses this assessment template. An attribute is a key and value pair (an Attribute object).
Within an assessment template, each key must be unique.CreateAssessmentTemplateRequest.Builder userAttributesForFindings(Consumer<Attribute.Builder>... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.
This is a convenience method that creates an instance of theAttribute.Builder avoiding the need to create one
manually via Attribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #userAttributesForFindings(List.
userAttributesForFindings - a consumer that will call methods on
Attribute.Builder#userAttributesForFindings(java.util.Collection) CreateAssessmentTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssessmentTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.