Interface MitigationActionIdentifier.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MitigationActionIdentifier.Builder,MitigationActionIdentifier>
,SdkBuilder<MitigationActionIdentifier.Builder,MitigationActionIdentifier>
,SdkPojo
- Enclosing class:
- MitigationActionIdentifier
public static interface MitigationActionIdentifier.Builder extends SdkPojo, CopyableBuilder<MitigationActionIdentifier.Builder,MitigationActionIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
actionName
MitigationActionIdentifier.Builder actionName(String actionName)
The friendly name of the mitigation action.
- Parameters:
actionName
- The friendly name of the mitigation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionArn
MitigationActionIdentifier.Builder actionArn(String actionArn)
The IAM role ARN used to apply this mitigation action.
- Parameters:
actionArn
- The IAM role ARN used to apply this mitigation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
MitigationActionIdentifier.Builder creationDate(Instant creationDate)
The date when this mitigation action was created.
- Parameters:
creationDate
- The date when this mitigation action was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-