Interface PutResourcePolicyRequest.Builder

    • Method Detail

      • name

        PutResourcePolicyRequest.Builder name​(String name)

        The name of the app monitor that you want to apply this resource-based policy to. To find the names of your app monitors, you can use the ListAppMonitors operation.

        Parameters:
        name - The name of the app monitor that you want to apply this resource-based policy to. To find the names of your app monitors, you can use the ListAppMonitors operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyRevisionId

        PutResourcePolicyRequest.Builder policyRevisionId​(String policyRevisionId)

        A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy.

        When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.

        Parameters:
        policyRevisionId - A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy.

        When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.

        Returns:
        Returns a reference to this object so that method calls can be chained together.