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 Details

    • 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

      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.