public static interface MitigationActionIdentifier.Builder extends SdkPojo, CopyableBuilder<MitigationActionIdentifier.Builder,MitigationActionIdentifier>
Modifier and Type | Method and Description |
---|---|
MitigationActionIdentifier.Builder |
actionArn(String actionArn)
The IAM role ARN used to apply this mitigation action.
|
MitigationActionIdentifier.Builder |
actionName(String actionName)
The friendly name of the mitigation action.
|
MitigationActionIdentifier.Builder |
creationDate(Instant creationDate)
The date when this mitigation action was created.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MitigationActionIdentifier.Builder actionName(String actionName)
The friendly name of the mitigation action.
actionName
- The friendly name of the mitigation action.MitigationActionIdentifier.Builder actionArn(String actionArn)
The IAM role ARN used to apply this mitigation action.
actionArn
- The IAM role ARN used to apply this mitigation action.MitigationActionIdentifier.Builder creationDate(Instant creationDate)
The date when this mitigation action was created.
creationDate
- The date when this mitigation action was created.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.