Interface DeleteResourcePolicyResponse.Builder

  • Method Details

    • resourceArn

      DeleteResourcePolicyResponse.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource that the resource-based policy was deleted from.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource that the resource-based policy was deleted from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policy

      The JSON formatted resource-based policy that was deleted.

      Parameters:
      policy - The JSON formatted resource-based policy that was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      DeleteResourcePolicyResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the resource-based policy was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the resource-based policy was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.