CopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>, SdkBuilder<AssessmentTarget.Builder,AssessmentTarget>public static interface AssessmentTarget.Builder extends CopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
| Modifier and Type | Method | Description |
|---|---|---|
AssessmentTarget.Builder |
arn(String arn) |
The ARN that specifies the Amazon Inspector assessment target.
|
AssessmentTarget.Builder |
createdAt(Date createdAt) |
The time at which the assessment target is created.
|
AssessmentTarget.Builder |
name(String name) |
The name of the Amazon Inspector assessment target.
|
AssessmentTarget.Builder |
resourceGroupArn(String resourceGroupArn) |
The ARN that specifies the resource group that is associated with the assessment target.
|
AssessmentTarget.Builder |
updatedAt(Date updatedAt) |
The time at which UpdateAssessmentTarget is called.
|
copyapply, buildAssessmentTarget.Builder arn(String arn)
The ARN that specifies the Amazon Inspector assessment target.
arn - The ARN that specifies the Amazon Inspector assessment target.AssessmentTarget.Builder name(String name)
The name of the Amazon Inspector assessment target.
name - The name of the Amazon Inspector assessment target.AssessmentTarget.Builder resourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is associated with the assessment target.
resourceGroupArn - The ARN that specifies the resource group that is associated with the assessment target.AssessmentTarget.Builder createdAt(Date createdAt)
The time at which the assessment target is created.
createdAt - The time at which the assessment target is created.AssessmentTarget.Builder updatedAt(Date updatedAt)
The time at which UpdateAssessmentTarget is called.
updatedAt - The time at which UpdateAssessmentTarget is called.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.