Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateAssessmentTemplateRequest.Builder,CreateAssessmentTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateAssessmentTemplateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateAssessmentTemplateRequest.Builder,CreateAssessmentTemplateRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateAssessmentTemplateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
assessmentTargetArn() |
The ARN that specifies the assessment target for which you want to create the assessment template.
|
String |
assessmentTemplateName() |
The user-defined name that identifies the assessment template that you want to create.
|
static CreateAssessmentTemplateRequest.Builder |
builder() |
|
Integer |
durationInSeconds() |
The duration of the assessment run in seconds.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
rulesPackageArns() |
The ARNs that specify the rules packages that you want to attach to the assessment template.
|
static Class<? extends CreateAssessmentTemplateRequest.Builder> |
serializableBuilderClass() |
|
CreateAssessmentTemplateRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<Attribute> |
userAttributesForFindings() |
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses
this assessment template.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String assessmentTargetArn()
The ARN that specifies the assessment target for which you want to create the assessment template.
public 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.
public Integer durationInSeconds()
The duration of the assessment run in seconds. The default value is 3600 seconds (one hour).
public List<String> rulesPackageArns()
The ARNs that specify the rules packages that you want to attach to the assessment template.
public List<Attribute> userAttributesForFindings()
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
public CreateAssessmentTemplateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateAssessmentTemplateRequest.Builder,CreateAssessmentTemplateRequest>
public static CreateAssessmentTemplateRequest.Builder builder()
public static Class<? extends CreateAssessmentTemplateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.