Interface AssessmentTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>,SdkBuilder<AssessmentTarget.Builder,AssessmentTarget>,SdkPojo
- Enclosing class:
- AssessmentTarget
public static interface AssessmentTarget.Builder extends SdkPojo, CopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentTarget.Builderarn(String arn)The ARN that specifies the Amazon Inspector assessment target.AssessmentTarget.BuildercreatedAt(Instant createdAt)The time at which the assessment target is created.AssessmentTarget.Buildername(String name)The name of the Amazon Inspector assessment target.AssessmentTarget.BuilderresourceGroupArn(String resourceGroupArn)The ARN that specifies the resource group that is associated with the assessment target.AssessmentTarget.BuilderupdatedAt(Instant updatedAt)The time at which UpdateAssessmentTarget is called.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
AssessmentTarget.Builder arn(String arn)
The ARN that specifies the Amazon Inspector assessment target.
- Parameters:
arn- The ARN that specifies the Amazon Inspector assessment target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssessmentTarget.Builder name(String name)
The name of the Amazon Inspector assessment target.
- Parameters:
name- The name of the Amazon Inspector assessment target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGroupArn
AssessmentTarget.Builder resourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is associated with the assessment target.
- Parameters:
resourceGroupArn- The ARN that specifies the resource group that is associated with the assessment target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AssessmentTarget.Builder createdAt(Instant createdAt)
The time at which the assessment target is created.
- Parameters:
createdAt- The time at which the assessment target is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
AssessmentTarget.Builder updatedAt(Instant updatedAt)
The time at which UpdateAssessmentTarget is called.
- Parameters:
updatedAt- The time at which UpdateAssessmentTarget is called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-