Interface DeletePermissionVersionResponse.Builder

    • Method Detail

      • returnValue

        DeletePermissionVersionResponse.Builder returnValue​(Boolean returnValue)

        A boolean value that indicates whether the operation is successful.

        Parameters:
        returnValue - A boolean value that indicates whether the operation is successful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        DeletePermissionVersionResponse.Builder clientToken​(String clientToken)

        The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.

        Parameters:
        clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionStatus

        DeletePermissionVersionResponse.Builder permissionStatus​(String permissionStatus)

        This operation is performed asynchronously, and this response parameter indicates the current status.

        Parameters:
        permissionStatus - This operation is performed asynchronously, and this response parameter indicates the current status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionStatus, PermissionStatus
      • permissionStatus

        DeletePermissionVersionResponse.Builder permissionStatus​(PermissionStatus permissionStatus)

        This operation is performed asynchronously, and this response parameter indicates the current status.

        Parameters:
        permissionStatus - This operation is performed asynchronously, and this response parameter indicates the current status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionStatus, PermissionStatus